diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-05-01 16:53:39 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-05-01 16:53:39 +0000 |
commit | fb5cabb6cac7d7c2bcdf58211b67e75546df7361 (patch) | |
tree | 65c9e3b11f58915531b655dbb9a8ee808bd4ac6a /math/combblas | |
parent | b9b8aeb366754b910d5f426166b28466f725ad46 (diff) |
Notes
Diffstat (limited to 'math/combblas')
-rw-r--r-- | math/combblas/Makefile | 2 | ||||
-rw-r--r-- | math/combblas/files/extra-patch-CMakeLists.txt (renamed from math/combblas/files/patch-CMakeLists.txt) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/math/combblas/Makefile b/math/combblas/Makefile index 1374565d73f4..97acf4c36162 100644 --- a/math/combblas/Makefile +++ b/math/combblas/Makefile @@ -20,6 +20,8 @@ USES= cmake compiler:c++14-lang localbase:ldflags tar:tgz USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS +EXTRA_PATCHES= ${EXTRA_PATCHES_${CHOSEN_COMPILER_TYPE}} +EXTRA_PATCHES_clang= ${FILESDIR}/extra-patch-CMakeLists.txt post-extract: @cd ${WRKSRC}/include && ${RM} .DS_Store ._.DS_Store CombBLAS/._CombBLAS.h diff --git a/math/combblas/files/patch-CMakeLists.txt b/math/combblas/files/extra-patch-CMakeLists.txt index 052ff9fee6fd..052ff9fee6fd 100644 --- a/math/combblas/files/patch-CMakeLists.txt +++ b/math/combblas/files/extra-patch-CMakeLists.txt |