Skip to content

Commit

Permalink
use -nosanderlib (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm authored Aug 30, 2016
1 parent 56ff5f1 commit 2f9f58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_libcpptraj.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_compiler_and_build_flag():
# e.g: CPPTRAJ_COMPILER_OPTION=gnu python ./scripts/install_libcpptraj.py
cpptraj_compiler_option = os.environ.get('CPPTRAJ_COMPILER_OPTION', 'gnu') # intel | pgi | clang | cray?
amberhome = os.environ.get('AMBERHOME', '')
amberlib = '-amberlib' if amberhome and args.amberlib else ''
amberlib = '-amberlib -nosanderlib' if amberhome and args.amberlib else ''

if has_numpy and find_lib('openblas'):
prefix = sys.prefix
Expand Down

0 comments on commit 2f9f58a

Please sign in to comment.