Skip to content

Add support for 'fpic' build name keyword (ATDV-151)

Created by: bartlettroscoe

The current SPARC CUDA shared builds actually are hard-coded to link against static libs for Trilinos. For that, you nee to add -fPIC to the Trilinos static build. (See ATDV-151)

The default is not to use -fPIC obviously.

Merge request reports