1 | # |
---|
2 | # Copyright (C) 2018 Modelon AB |
---|
3 | # |
---|
4 | # This program is free software: you can redistribute it and/or modify |
---|
5 | # it under the terms of the GNU General Public License version 3 as published |
---|
6 | # by the Free Software Foundation, or optionally, under the terms of the |
---|
7 | # Common Public License version 1.0 as published by IBM. |
---|
8 | # |
---|
9 | # This program is distributed in the hope that it will be useful, |
---|
10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
12 | # GNU General Public License, or the Common Public License, for more details. |
---|
13 | # |
---|
14 | # You should have received copies of the GNU General Public License |
---|
15 | # and the Common Public License along with this program. If not, |
---|
16 | # see <http://www.gnu.org/licenses/> or |
---|
17 | # <http://www.ibm.com/developerworks/library/os-cpl.html/> respectively. |
---|
18 | |
---|
19 | mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) |
---|
20 | mkfile_dir := $(dir $(mkfile_path)) |
---|
21 | include $(mkfile_dir)/win |
---|
22 | BITNESS=32 |
---|
23 | EXTRA_SETUP_ARGS=--with_openmp=True --no-msvcr=true --force-32bit=true --extra-c-flags=-mincoming-stack-boundary=2 |
---|
24 | |
---|
25 | SUPERLU_HOME=$(BUILD_DIR)/superlu_install32 |
---|
26 | SUNDIALS_HOME=$(BUILD_DIR)/sundials_install32 |
---|
27 | BLAS_HOME=$(BUILD_DIR)/blas_install32 |
---|
28 | LAPACK_HOME=$(BUILD_DIR)/lapack_install32 |
---|
29 | INSTALL_DIR_FOLDER=${WORKSPACE}/install/Python |
---|
30 | # Optional variables |
---|
31 | PYTHONHOME=${WORKSPACE}/Python27/Python_32/ |
---|