update package armadillo

This commit is contained in:
Mark Brand 2013-03-25 10:21:50 +01:00
parent e40405de5a
commit d10ca6f974
3 changed files with 6 additions and 6 deletions

View File

@ -960,7 +960,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="armadillo-package">armadillo</td>
<td id="armadillo-version">3.800.1</td>
<td id="armadillo-version">3.800.2</td>
<td id="armadillo-website"><a href="http://armadillo.sf.net/">Armadillo C++ linear algebra library</a></td>
</tr>
<tr>

View File

@ -13,12 +13,12 @@ diff -urN a/CMakeLists.txt b/CMakeLists.txt
if(WIN32)
@@ -268,7 +268,7 @@
#set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
@@ -279,7 +279,7 @@
set(ARMA_MINOR_ALT ${ARMA_MINOR})
endif()
-add_library( armadillo SHARED src/wrap_libs )
+add_library( armadillo STATIC src/wrap_libs )
target_link_libraries( armadillo ${ARMA_LIBS} )
set_target_properties(armadillo PROPERTIES VERSION ${ARMA_MAJOR}.${ARMA_MINOR_ALT}.${ARMA_PATCH} SOVERSION ${ARMA_MAJOR})
set_target_properties(armadillo PROPERTIES VERSION ${ARMA_MAJOR}.${ARMA_MINOR}.${ARMA_PATCH} SOVERSION 3)

View File

@ -4,7 +4,7 @@
# armadillo
PKG := armadillo
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := aa17ba585beff8759098b047af8acbb90cc8a8b1
$(PKG)_CHECKSUM := 9e2b33574ff577b1870dc8fdfff7d4ec88648576
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/arma/$($(PKG)_FILE)