mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
math/blasfeo: Update 0.1.1 -> 0.1.2
Reported by: portscout
This commit is contained in:
parent
b9ceed9d95
commit
dfba9ee80f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547963
4 changed files with 14 additions and 25 deletions
|
@ -1,8 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= blasfeo
|
PORTNAME= blasfeo
|
||||||
DISTVERSION= 0.1.1
|
DISTVERSION= 0.1.2
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -35,4 +34,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
|
||||||
|
|
||||||
|
do-test:
|
||||||
|
@cd ${BUILD_WRKSRC} && \
|
||||||
|
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBLASFEO_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \
|
||||||
|
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
|
||||||
|
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1566689393
|
TIMESTAMP = 1599541279
|
||||||
SHA256 (giaf-blasfeo-0.1.1_GH0.tar.gz) = a52169306dfcc43d0aa41b031b98f1d63a4fd0ec7e8139bf95f14dc270ec3b72
|
SHA256 (giaf-blasfeo-0.1.2_GH0.tar.gz) = 079c9c90db1249aac59fa649c42667d46f4d458049e5986762035388f22fc005
|
||||||
SIZE (giaf-blasfeo-0.1.1_GH0.tar.gz) = 1235604
|
SIZE (giaf-blasfeo-0.1.2_GH0.tar.gz) = 1235375
|
||||||
|
|
|
@ -1,24 +1,6 @@
|
||||||
--- CMakeLists.txt.orig 2019-02-04 20:56:09 UTC
|
--- CMakeLists.txt.orig 2020-08-13 11:04:25 UTC
|
||||||
+++ CMakeLists.txt
|
+++ CMakeLists.txt
|
||||||
@@ -95,7 +95,7 @@ configure_file(${PROJECT_SOURCE_DIR}/blasfeo_target.h.
|
@@ -1117,7 +1117,7 @@ install(TARGETS blasfeo EXPORT blasfeoConfig
|
||||||
#set(BUILD_SHARED_LIBS ON CACHE STRING "Build shared libraries")
|
|
||||||
|
|
||||||
# installation directory
|
|
||||||
-if(CMAKE_INSTALL_PREFIX MATCHES "/usr/local")
|
|
||||||
+if(FALSE AND CMAKE_INSTALL_PREFIX MATCHES "/usr/local")
|
|
||||||
set(CMAKE_INSTALL_PREFIX "/opt/blasfeo")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
@@ -171,7 +171,7 @@ if(${MACRO_LEVEL} MATCHES 2)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
#
|
|
||||||
-if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
|
||||||
+if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|DragonFly")
|
|
||||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DOS_LINUX")
|
|
||||||
set(CMAKE_ASM_FLAGS "${CMAKE_C_FLAGS} -DOS_LINUX")
|
|
||||||
endif()
|
|
||||||
@@ -827,7 +827,7 @@ install(TARGETS blasfeo EXPORT blasfeoConfig
|
|
||||||
RUNTIME DESTINATION bin)
|
RUNTIME DESTINATION bin)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ include/blasfeo_d_kernel.h
|
||||||
include/blasfeo_i_aux_ext_dep.h
|
include/blasfeo_i_aux_ext_dep.h
|
||||||
include/blasfeo_m_aux.h
|
include/blasfeo_m_aux.h
|
||||||
include/blasfeo_naming.h
|
include/blasfeo_naming.h
|
||||||
|
include/blasfeo_processor_features.h
|
||||||
include/blasfeo_s_aux.h
|
include/blasfeo_s_aux.h
|
||||||
include/blasfeo_s_aux_ext_dep.h
|
include/blasfeo_s_aux_ext_dep.h
|
||||||
include/blasfeo_s_aux_ext_dep_ref.h
|
include/blasfeo_s_aux_ext_dep_ref.h
|
||||||
|
@ -26,6 +27,7 @@ include/blasfeo_s_blas_api.h
|
||||||
include/blasfeo_s_blasfeo_api.h
|
include/blasfeo_s_blasfeo_api.h
|
||||||
include/blasfeo_s_blasfeo_api_ref.h
|
include/blasfeo_s_blasfeo_api_ref.h
|
||||||
include/blasfeo_s_kernel.h
|
include/blasfeo_s_kernel.h
|
||||||
|
include/blasfeo_stdlib.h
|
||||||
include/blasfeo_target.h
|
include/blasfeo_target.h
|
||||||
include/blasfeo_timing.h
|
include/blasfeo_timing.h
|
||||||
include/blasfeo_v_aux_ext_dep.h
|
include/blasfeo_v_aux_ext_dep.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue