Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
xerus
xerus
Commits
c226f6c3
Commit
c226f6c3
authored
Apr 29, 2020
by
RoteKekse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update build.sh
parent
071801dd
Pipeline
#2014
failed with stages
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
conda/xerus-dev/build.sh
conda/xerus-dev/build.sh
+5
-2
No files found.
conda/xerus-dev/build.sh
View file @
c226f6c3
...
...
@@ -14,6 +14,7 @@ PYTHON3_CONFIG += `python3-config --ldflags`
LOGGING += -D XERUS_LOG_INFO # Information that is not linked to any unexpected behaviour but might nevertheless be of interest.
LOGGING += -D XERUS_LOGFILE # Use 'error.log' file instead of cerr
LOGGING += -D XERUS_LOG_ABSOLUTE_TIME # Print absolute times instead of relative to program time
XERUS_NO_FANCY_CALLSTACK = TRUE
INSTALL_LIB_PATH =
${
PREFIX
}
/lib # Path where to install the libxerus.so shared library.
INSTALL_HEADER_PATH =
${
PREFIX
}
/include # Path where to install the xerus header files.
...
...
@@ -24,11 +25,12 @@ LAPACK_LIBRARIES = -llapacke -llapack # Standard Lapack + Lapacke libraries
SUITESPARSE = -lcholmod -lspqr
BOOST_LIBS = -lboost_filesystem
BOOST_PYTHON3 = -lboost_python
37
BOOST_PYTHON3 = -lboost_python
${
CONDA_PY
}
OTHER+= -L
${
BUILD_PREFIX
}
/lib
EOF
printenv
export
CPP_INCLUDE_PATH
=
${
BUILD_PREFIX
}
/include:
${
BUILD_PREFIX
}
/lib/python
${
PY_VER
}
/site-packages/numpy/core/include/
export
CPLUS_INCLUDE_PATH
=
${
BUILD_PREFIX
}
/include:
${
BUILD_PREFIX
}
/lib/python
${
PY_VER
}
/site-packages/numpy/core/include/
...
...
@@ -37,8 +39,9 @@ export LIBRARY_PATH=${BUILD_PREFIX}/lib
ln
-s
${
BUILD_PREFIX
}
/include/
${
BUILD_PREFIX
}
/include/suitesparse
mkdir
-p
${
PREFIX
}
/lib/python
${
PY_VER
}
mkdir
-p
${
PREFIX
}
/include/
make
test
-j4
#
make test -j4
make
install
rm
config.mk
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment