Date: Mon, 8 May 2017 18:27:25 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440445 - in head/math/armadillo: . files Message-ID: <201705081827.v48IRPLh073774@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Mon May 8 18:27:24 2017 New Revision: 440445 URL: https://svnweb.freebsd.org/changeset/ports/440445 Log: - Update to 7.900.0 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/files/patch-CMakeLists.txt head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Mon May 8 17:58:19 2017 (r440444) +++ head/math/armadillo/Makefile Mon May 8 18:27:24 2017 (r440445) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 7.800.2 -PORTREVISION= 2 +PORTVERSION= 7.900.0 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Mon May 8 17:58:19 2017 (r440444) +++ head/math/armadillo/distinfo Mon May 8 18:27:24 2017 (r440445) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490641245 -SHA256 (armadillo-7.800.2.tar.xz) = efd70600ab6f30449d90a3e58ff7499937985209bb0a03ce4e322474dbf11fe3 -SIZE (armadillo-7.800.2.tar.xz) = 4001664 +TIMESTAMP = 1494250790 +SHA256 (armadillo-7.900.0.tar.xz) = 5471cda748317c5871136be6434f688229715ae3b910f2be6ddc7d3559cf6946 +SIZE (armadillo-7.900.0.tar.xz) = 4021664 Modified: head/math/armadillo/files/patch-CMakeLists.txt ============================================================================== --- head/math/armadillo/files/patch-CMakeLists.txt Mon May 8 17:58:19 2017 (r440444) +++ head/math/armadillo/files/patch-CMakeLists.txt Mon May 8 18:27:24 2017 (r440445) @@ -1,21 +1,8 @@ ---- CMakeLists.txt.orig 2016-06-16 16:16:01 UTC +--- CMakeLists.txt.orig 2017-05-08 13:46:28 UTC +++ CMakeLists.txt -@@ -368,12 +368,12 @@ if(NOT INSTALL_LIB_DIR) - message(STATUS "*** Detected 64 bit system") - # use "lib64" only on systems that have it (eg. Fedora, Red Hat). - # if installing in /usr/local/, the use of lib64 might be unreliable on systems which have /usr/local/lib64 but don't use it -- if(IS_DIRECTORY "${CMAKE_INSTALL_PREFIX}/lib64") -- unset(INSTALL_LIB_DIR) -- set(INSTALL_LIB_DIR "lib64") -- message(STATUS "*** ${CMAKE_INSTALL_PREFIX}/lib64/ exists, so destination directory for the run-time library changed to ${CMAKE_INSTALL_PREFIX}/lib64/") -- message(STATUS "*** Your system and/or compiler must search ${CMAKE_INSTALL_PREFIX}/lib64/ during linking") -- endif() -+# if(IS_DIRECTORY "${CMAKE_INSTALL_PREFIX}/lib64") -+# unset(INSTALL_LIB_DIR) -+# set(INSTALL_LIB_DIR "lib64") -+# message(STATUS "*** ${CMAKE_INSTALL_PREFIX}/lib64/ exists, so destination directory for the run-time library changed to ${CMAKE_INSTALL_PREFIX}/lib64/") -+# message(STATUS "*** Your system and/or compiler must search ${CMAKE_INSTALL_PREFIX}/lib64/ during linking") -+# endif() - endif() - endif() - endif() +@@ -484,4 +484,4 @@ file(COPY ${PROJECT_SOURCE_DIR}/misc/ DE + message(STATUS "Generating '${PROJECT_BINARY_DIR}/tmp/misc/armadillo.pc'") + configure_file(${PROJECT_BINARY_DIR}/tmp/misc/armadillo.pc.in "${PROJECT_BINARY_DIR}/tmp/misc/armadillo.pc" @ONLY) + +-install(FILES "${PROJECT_BINARY_DIR}/tmp/misc/armadillo.pc" DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) ++install(FILES "${PROJECT_BINARY_DIR}/tmp/misc/armadillo.pc" DESTINATION ${PKG_CONFIG_DIR}) Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Mon May 8 17:58:19 2017 (r440444) +++ head/math/armadillo/pkg-plist Mon May 8 18:27:24 2017 (r440445) @@ -32,6 +32,7 @@ include/armadillo_bits/SizeMat_bones.hpp include/armadillo_bits/SizeMat_meat.hpp include/armadillo_bits/SpBase_bones.hpp include/armadillo_bits/SpBase_meat.hpp +include/armadillo_bits/compiler_extra.hpp include/armadillo_bits/SpCol_bones.hpp include/armadillo_bits/SpCol_meat.hpp include/armadillo_bits/SpGlue_bones.hpp @@ -500,7 +501,7 @@ include/armadillo_bits/xvec_htrans_bones include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.7 -lib/libarmadillo.so.7.800.2 +lib/libarmadillo.so.7.900.0 libdata/pkgconfig/armadillo.pc share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705081827.v48IRPLh073774>