aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-04 12:45:48 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-04 12:45:48 +0100
commitae2a7bc4de81c09eb6ba9c0267fdeaf97a1bce05 (patch)
tree56a79a8050d07554a226ad20939ac3980eb3abc4 /configure
parenta8f19d7c8aec1eb5e8c545f0fc003d0fe7ab4818 (diff)
parentef19dbeb3aa7131754e03ce6d3ccd66db9fd81fd (diff)
Numpy and Scipy build on Mac imported into the main branch
We were developing the build of Numpy and Scipy on Mac in a parallel thread and things seems to be working relatively nice now. There were only two problems: 1) GCC still has some random building issues on Mac. 2) ATLAS shared libraries can't be built on Mac (so we used OpenBLAS to build Numpy and Scipy on both Mac and GNU/Linux). But for now, none of these problems are critical. So, we can progress in one branch. There were only very minor conflicts in the merge.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure b/configure
index 14be525..4f711e6 100755
--- a/configure
+++ b/configure
@@ -875,23 +875,6 @@ numthreads=$($instdir/bin/nproc)
-# Python dependencies
-# -------------------
-#
-# Python has its own installation program. To help in managing the
-# dependencies we make the installation of packages as a separate
-# Makefile.
-./.local/bin/make -f reproduce/src/make/dependencies-python.mk \
- rpath_command=$rpath_command \
- static_build=$static_build \
- on_mac_os=$on_mac_os \
- numthreads=$numthreads \
- -j$numthreads
-
-
-
-
-
# Make sure TeX Live installed successfully
# -----------------------------------------