Index: head/math/superlu/Makefile =================================================================== --- head/math/superlu/Makefile (revision 423875) +++ head/math/superlu/Makefile (revision 423876) @@ -1,67 +1,65 @@ # Created by: Pedro Giffuni # $FreeBSD$ PORTNAME= superlu -PORTVERSION= 5.2.0 +PORTVERSION= 5.2.1 CATEGORIES= math MASTER_SITES= http://crd-legacy.lbl.gov/~xiaoye/SuperLU/ \ http://crd-legacy.lbl.gov/~xiaoye/:doc DISTNAME= ${PORTNAME}_${PORTVERSION} DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Library of routines for performing sparse factorization LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt USES= cmake:outsource fortran - USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/SuperLU_${PORTVERSION} -PLIST_SUB= P_VERSION="${P_VERSION}" P_VER="${P_VER}" +PLIST_SUB= P_VERSION="${PORTVERSION}" P_VER="${PORTVERSION:R:R}" CMAKE_ARGS= -DUSE_XSDK_DEFAULTS:BOOL=ON \ -Denable_examples:BOOL=OFF PORTDOCS= * OPTIONS_DEFINE= DOCS TEST OPTIONS_SINGLE= BLAS -OPTIONS_SINGLE_BLAS= ATLAS GOTOBLAS REFERENCE +OPTIONS_SINGLE_BLAS= ATLAS GOTOBLAS OPENBLAS REFERENCE OPTIONS_DEFAULT= REFERENCE ATLAS_USES= blaslapack:atlas ATLAS_CMAKE_ARGS= -DBLA_VENDOR:STRING="ATLAS" DOCS_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${SLU_DOCS:S/$/:doc/} DOCS_EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} GOTOBLAS_DESC= GotoBLAS blas implementation GOTOBLAS_USES= blaslapack:gotoblas GOTOBLAS_CMAKE_ARGS= -DBLA_VENDOR:STRING="Goto" +OPENBLAS_DESC= OpenBLAS blas implementation +OPENBLAS_USES= blaslapack:openblas +OPENBLAS_CMAKE_ARGS= -DBLA_VENDOR:STRING="OpenBLAS" REFERENCE_DESC= Reference blas implementation REFERENCE_USES= blaslapack REFERENCE_CMAKE_ARGS= -DBLA_VENDOR:STRING="Generic" TEST_CMAKE_ARGS= -Denable_tests:BOOL=ON -P_VERSION= 5.1.1 -P_VER= ${P_VERSION:C/^([[:alnum:]]+).*/\1/} SLU_DOCS= SLU_general.ps.gz simax-29176.pdf post-patch: @${REINPLACE_CMD} -e \ '/CMAKE_C_FLAGS_RELEASE/s|^|#|' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e \ '/FFLAGS/s|FATAL_ERROR|WARNING|' ${WRKSRC}/cmake/XSDKDefaults.cmake - @${REINPLACE_CMD} -e \ - 's|\(/include\)$$|\1/superlu|' ${WRKSRC}/SRC/CMakeLists.txt post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${SLU_DOCS} \ ${STAGEDIR}${DOCSDIR}) (cd ${WRKSRC}/DOC && ${COPYTREE_SHARE} "html ug.pdf" \ ${STAGEDIR}${DOCSDIR}) .include Index: head/math/superlu/distinfo =================================================================== --- head/math/superlu/distinfo (revision 423875) +++ head/math/superlu/distinfo (revision 423876) @@ -1,6 +1,7 @@ -SHA256 (superlu/superlu_5.2.0.tar.gz) = 065bb8bfea79f5d3ec09c2d091ec79050fcfc123fb2f38818d95f4d8f9e7ff6c -SIZE (superlu/superlu_5.2.0.tar.gz) = 2542410 +TIMESTAMP = 1476287508 +SHA256 (superlu/superlu_5.2.1.tar.gz) = 28fb66d6107ee66248d5cf508c79de03d0621852a0ddeba7301801d3d859f463 +SIZE (superlu/superlu_5.2.1.tar.gz) = 2560875 SHA256 (superlu/SLU_general.ps.gz) = 00d00cedfadd96a42014d22b30c0cc451a575d8d309774519068b11d4be1ebe5 SIZE (superlu/SLU_general.ps.gz) = 89463 SHA256 (superlu/simax-29176.pdf) = 1411a3976b932a834157064dbaf0cdda10763f321bae10eb6f18925432250226 SIZE (superlu/simax-29176.pdf) = 521916 Index: head/math/superlu/files/patch-SRC_CMakeLists.txt =================================================================== --- head/math/superlu/files/patch-SRC_CMakeLists.txt (nonexistent) +++ head/math/superlu/files/patch-SRC_CMakeLists.txt (revision 423876) @@ -0,0 +1,11 @@ +--- SRC/CMakeLists.txt.orig 2016-05-22 15:58:44 UTC ++++ SRC/CMakeLists.txt +@@ -241,6 +241,6 @@ install(TARGETS superlu + ) + + install(FILES ${headers} +-# DESTINATION ${CMAKE_INSTALL_PREFIX}/include +- DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} ++ DESTINATION ${CMAKE_INSTALL_PREFIX}/include/superlu ++# DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} + ) Property changes on: head/math/superlu/files/patch-SRC_CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property