mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
math/blasfeo: update 0.1.3-59 → 0.1.4.1
This commit is contained in:
parent
c24b49bbb7
commit
f49f46a74f
3 changed files with 13 additions and 7 deletions
|
@ -1,7 +1,5 @@
|
||||||
PORTNAME= blasfeo
|
PORTNAME= blasfeo
|
||||||
DISTVERSION= 0.1.3-59
|
DISTVERSION= 0.1.4.1
|
||||||
PORTREVISION= 2
|
|
||||||
DISTVERSIONSUFFIX= -g8548ea2c
|
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -22,7 +20,8 @@ LDFLAGS+= -L${LOCALBASE}/lib -lblas
|
||||||
CMAKE_ARGS= -DTARGET:STRING=GENERIC
|
CMAKE_ARGS= -DTARGET:STRING=GENERIC
|
||||||
CMAKE_ON= BUILD_SHARED_LIBS
|
CMAKE_ON= BUILD_SHARED_LIBS
|
||||||
CMAKE_OFF= BLASFEO_EXAMPLES
|
CMAKE_OFF= BLASFEO_EXAMPLES
|
||||||
CMAKE_TESTING_ON= BLASFEO_TESTING # tests fail to compile, see https://github.com/giaf/blasfeo/issues/164
|
CMAKE_TESTING_ON= BLASFEO_TESTING
|
||||||
|
CMAKE_TESTING_TARGET=
|
||||||
|
|
||||||
OPTIONS_SINGLE= ${OPTIONS_SINGLE_${ARCH}}
|
OPTIONS_SINGLE= ${OPTIONS_SINGLE_${ARCH}}
|
||||||
OPTIONS_SINGLE_amd64= TARGETAMD64
|
OPTIONS_SINGLE_amd64= TARGETAMD64
|
||||||
|
@ -41,4 +40,10 @@ X64_INTEL_SANDY_BRIDGE_CMAKE_ON= -DTARGET:STRING=X64_INTEL_SANDY_BRIDGE
|
||||||
X64_INTEL_CORE_CMAKE_ON= -DTARGET:STRING=X64_INTEL_CORE
|
X64_INTEL_CORE_CMAKE_ON= -DTARGET:STRING=X64_INTEL_CORE
|
||||||
X64_AMD_BULLDOZER_CMAKE_ON= -DTARGET:STRING=X64_AMD_BULLDOZER
|
X64_AMD_BULLDOZER_CMAKE_ON= -DTARGET:STRING=X64_AMD_BULLDOZER
|
||||||
|
|
||||||
|
post-test: # run tests
|
||||||
|
.for t in test_d_blas_api test_d_blasfeo_api test_s_blas_api test_s_blasfeo_api
|
||||||
|
@${ECHO} "==> Running test ${t}"
|
||||||
|
@cd ${TEST_WRKSRC} && tests/${t}
|
||||||
|
.endfor
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1654882480
|
TIMESTAMP = 1736716835
|
||||||
SHA256 (giaf-blasfeo-0.1.3-59-g8548ea2c_GH0.tar.gz) = 8bf7d1b6f3e6618cc508d9d99a5a9812f0c9ec7c5d317395d0e5791a2a6d4149
|
SHA256 (giaf-blasfeo-0.1.4.1_GH0.tar.gz) = b6b5070c6ecf4b5692e3dc3e212f6040a4dbcd9b6b5867c8fbf02b5d2cf13427
|
||||||
SIZE (giaf-blasfeo-0.1.3-59-g8548ea2c_GH0.tar.gz) = 1679378
|
SIZE (giaf-blasfeo-0.1.4.1_GH0.tar.gz) = 1688109
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
include/blasfeo.h
|
include/blasfeo.h
|
||||||
|
include/blasfeo_align.h
|
||||||
include/blasfeo_block_size.h
|
include/blasfeo_block_size.h
|
||||||
include/blasfeo_common.h
|
include/blasfeo_common.h
|
||||||
include/blasfeo_d_aux.h
|
include/blasfeo_d_aux.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue