summaryrefslogtreecommitdiffstats
path: root/libraries/hpx/hpx.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2020-01-01 04:15:34 +0100
committer Matteo Bernardini2020-01-01 04:15:34 +0100
commit7b5934635d48ae01b924eb12042024b61f21c226 (patch)
tree598bd992cc39bfc71a10d0018119b1435d5ba554 /libraries/hpx/hpx.SlackBuild
parent82bbd880da5d554ddb98a82fcf8c17cc2131d56a (diff)
downloadslackbuilds-85849504f2dc69ee80c4ee61c6adbc9916843ae0.tar.gz
20200101.1 global branch merge.current-20200101.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/hpx/hpx.SlackBuild')
-rw-r--r--libraries/hpx/hpx.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/hpx/hpx.SlackBuild b/libraries/hpx/hpx.SlackBuild
index 0dbdd285e9..5156a21773 100644
--- a/libraries/hpx/hpx.SlackBuild
+++ b/libraries/hpx/hpx.SlackBuild
@@ -69,11 +69,15 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# From upstream
+patch -p1 < $CWD/gcc7.patch
+
mkdir -p build
cd build
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
+ -DHPX_WITH_CXX11=On \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB=lib${LIBDIRSUFFIX} \
-DCMAKE_BUILD_TYPE=Release \