Skip to content

Commit

Permalink
added preload libs var (empty, but prevents warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
cekees committed Mar 5, 2014
1 parent 845062f commit fb2c490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proteusConfig/config.py.cygwin
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PROTEUS_SUPERLU_INCLUDE_DIR = os.path.join(PROTEUS_PACKAGES, 'include')
PROTEUS_SUPERLU_H = r'"slu_ddefs.h"'
PROTEUS_SUPERLU_LIB_DIR = os.path.join(PROTEUS_PACKAGES, 'lib')
PROTEUS_SUPERLU_LIB = 'superlu_4.1'
PROTEUS_PRELOAD_LIBS = []

PROTEUS_BLAS_INCLUDE_DIR = '.'
PROTEUS_BLAS_H = r'"proteus_blas.h"'
Expand Down

0 comments on commit fb2c490

Please sign in to comment.