# HG changeset patch # User Hans-G?nter Theisgen # Date 1593090056 -3600 # Node ID 018c5a6ef002fded0a5d9ecb07f41a61f40fcdf9 # Parent f873de7b16ce78a4dcc055023dc37ca8aba7ac73 updated eigen (3.2.2 -> 3.3.7) diff -r f873de7b16ce -r 018c5a6ef002 eigen/receipt --- a/eigen/receipt Thu Jun 25 13:56:38 2020 +0100 +++ b/eigen/receipt Thu Jun 25 14:00:56 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="eigen" -VERSION="3.2.2" +VERSION="3.3.7" CATEGORY="development" SHORT_DESC="A C++ template library for linear algebra" MAINTAINER="pascal.bellard@slitaz.org" @@ -14,16 +14,17 @@ BUILD_DEPENDS="cmake glib" -compile_rules() { - mkdir built - cd built - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - .. && +compile_rules() +{ + mkdir build + cd build + cmake .. \ + -DCMAKE_INSTALL_PREFIX=/usr && make && make DESTDIR=$install install } -genpkg_rules() { - cp -a $install/* $fs +genpkg_rules() +{ + cp -a $install/* $fs }