summaryrefslogtreecommitdiffstats
path: root/libraries/hpx/hpx.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2019-01-05 11:02:35 +0100
committer Matteo Bernardini2019-01-05 11:02:35 +0100
commit1f83bd4e081733c3e61db79691b35b4d7520c707 (patch)
tree7e6516d59eced4b190499cc443b3c32695aa5dd0 /libraries/hpx/hpx.SlackBuild
parent5b0cf5e3225e0ef439d733f5095f2f797601d752 (diff)
downloadslackbuilds-current-20190105.1.tar.gz
20190105.1 global branch merge.current-20190105.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 \