Changeset 13915 for branches/dev-5819/external/build_externals/configurations/Assimulo/windows/win64py3
- Timestamp:
- Oct 31, 2019 7:17:10 AM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev-5819/external/build_externals/configurations/Assimulo/windows/win64py3
r13909 r13915 17 17 # <http://www.ibm.com/developerworks/library/os-cpl.html/> respectively. 18 18 19 # mkfile_path is the path to this file 19 20 mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) 20 21 mkfile_dir := $(dir $(mkfile_path)) 21 22 include $(mkfile_dir)/win 23 22 24 BITNESS=64 23 25 FORCE_32_BIT=false 24 EXTRA_SETUP_ARGS=--with_openmp=True 26 EXTRA_SETUP_ARGS=--with_openmp=True 25 27 26 SUPERLU_HOME=$(BUILD_DIR)/superlu_install64 27 SUNDIALS_HOME=$(BUILD_DIR)/sundials_install64 28 BLAS_HOME=$(BUILD_DIR)/blas_install64 29 LAPACK_HOME=$(BUILD_DIR)/lapack_install64 28 SUPERLU_HOME=$(BUILD_DIR)/superlu_install64msvs 29 SUNDIALS_HOME=$(BUILD_DIR)/sundials_install64msvs 30 BLAS_HOME= 31 LAPACK_HOME= 32 MKL_HOME= 30 33 INSTALL_DIR_FOLDER=${WORKSPACE}/install/Python 31 34
Note: See TracChangeset
for help on using the changeset viewer.