diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-04-27 02:08:40 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-04-27 02:16:16 +0000 |
commit | 24c73ed4b7894ca01f3f6a483957a045171bf8ab (patch) | |
tree | 34fb807ef7832cfab81539bed7d67af92a68a7d6 /math/blasfeo/Makefile | |
parent | 6ed93a02fafe7d88d7a6a2241dfe88813a5cfc27 (diff) | |
download | ports-24c73ed4b7894ca01f3f6a483957a045171bf8ab.tar.gz ports-24c73ed4b7894ca01f3f6a483957a045171bf8ab.zip |
Diffstat (limited to 'math/blasfeo/Makefile')
-rw-r--r-- | math/blasfeo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/blasfeo/Makefile b/math/blasfeo/Makefile index 43a58d91374b..0b4638e07745 100644 --- a/math/blasfeo/Makefile +++ b/math/blasfeo/Makefile @@ -1,5 +1,5 @@ PORTNAME= blasfeo -DISTVERSION= 0.1.2 +DISTVERSION= 0.1.3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -14,6 +14,7 @@ GH_ACCOUNT= giaf CMAKE_ARGS= -DTARGET:STRING=GENERIC CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_OFF= BLASFEO_EXAMPLES OPTIONS_SINGLE= ${OPTIONS_SINGLE_${ARCH}} OPTIONS_SINGLE_amd64= TARGETAMD64 |