aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-01-26 16:43:15 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-01-26 16:45:29 +0000
commitd709ba8de8ec14887beffe99233eec09b26b7ed1 (patch)
tree18567a689ffe0b8dfc0387992dc5e60f363c3730 /biology
parent7ca8ca55535eb03027d5631b2876642f652f0888 (diff)
downloadports-d709ba8de8ec14887beffe99233eec09b26b7ed1.tar.gz
ports-d709ba8de8ec14887beffe99233eec09b26b7ed1.zip
devel/cpu_features: Install cmake files, install headers into a dedicated directory
do-install is removed in favor of project's install target, Also update 3 other ports to build with cpu_features. PR: 261252 Approved by: skreuzer@ (maintainer)
Diffstat (limited to 'biology')
-rw-r--r--biology/spoa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/spoa/Makefile b/biology/spoa/Makefile
index 05da6a20b28e..b598f6a520ff 100644
--- a/biology/spoa/Makefile
+++ b/biology/spoa/Makefile
@@ -26,6 +26,7 @@ GH_ACCOUNT= rvaser
CMAKE_ON= BUILD_SHARED_LIBS spoa_optimize_for_portability spoa_build_executable spoa_use_simde spoa_use_simde_nonvec spoa_use_simde_openmp
CMAKE_OFF= spoa_optimize_for_native
+CXXFLAGS+= -I${LOCALBASE}/include/cpu_features
LDFLAGS+= -lz -lcpu_features
.include <bsd.port.options.mk>