From 604b60bb270baf053a1fb011f27c79d15d29259b Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 15 Apr 2017 18:24:49 +0300 Subject: [PATCH 1/3] darktable-2.2.4:new toolchain --- multimedia/graphics/darktable/actions.py | 4 +++- multimedia/graphics/darktable/pspec.xml | 15 +++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/multimedia/graphics/darktable/actions.py b/multimedia/graphics/darktable/actions.py index f504180019..328b1b7b36 100644 --- a/multimedia/graphics/darktable/actions.py +++ b/multimedia/graphics/darktable/actions.py @@ -13,7 +13,8 @@ def setup(): pisitools.ldflags.add("-lgs") shelltools.makedirs("build") shelltools.cd("build") - cmaketools.configure("-DDONT_INSTALL_GCONF_SCHEMAS=1 \ + cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib \ + -DDONT_INSTALL_GCONF_SCHEMAS=1 \ -DCMAKE_BUILD_TYPE=Release \ -DBINARY_PACKAGE_BUILD=1 \ -DBUILD_USERMANUAL=False \ @@ -24,6 +25,7 @@ def setup(): def build(): shelltools.cd("build") cmaketools.make() + def install(): shelltools.cd("build") diff --git a/multimedia/graphics/darktable/pspec.xml b/multimedia/graphics/darktable/pspec.xml index 52b6d75bb6..fcce039819 100644 --- a/multimedia/graphics/darktable/pspec.xml +++ b/multimedia/graphics/darktable/pspec.xml @@ -12,11 +12,11 @@ darktable is an open source photography workflow application and RAW developer. darktable is an open source photography workflow application and RAW developer. A virtual lighttable and darkroom for photographers. - https://github.com/darktable-org/darktable/releases/download/release-2.0.7/darktable-2.0.7.tar.xz + https://github.com/darktable-org/darktable/releases/download/release-2.2.4/darktable-2.2.4.tar.xz - 0002-CMake-modules-update-our-copy-of-LibFindMacros.patch - 0003-Fix-warning-in-FindGIO.cmake.patch - 0001-debcherry-fixup-patch.patch + + + exiv2-devel @@ -113,6 +113,13 @@ + + 2017-04-15 + 2.2.4 + Rebuild with new toolchain + Stefan Gronewold + groni@pisilinux.org + 2016-11-13 2.0.7 From 24f51342537c7a66a690fd622c1c0475fb8fd6ba Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 15 Apr 2017 18:29:45 +0300 Subject: [PATCH 2/3] dia:new toolchain --- multimedia/graphics/dia/pspec.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/multimedia/graphics/dia/pspec.xml b/multimedia/graphics/dia/pspec.xml index 9d15f7dd27..d083c4f805 100644 --- a/multimedia/graphics/dia/pspec.xml +++ b/multimedia/graphics/dia/pspec.xml @@ -70,6 +70,13 @@ + + 2017-04-15 + 0.97.3 + Rebuild with new toolchain + Stefan Gronewold + groni@pisilinux.org + 2016-12-07 0.97.3 From c3f31e8ff78c78c5d221dd55e43aaf6a7915cf31 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 15 Apr 2017 18:45:19 +0300 Subject: [PATCH 3/3] lapack-3.7.0:new toolchain --- science/mathematics/lapack/actions.py | 6 ++++-- science/mathematics/lapack/pspec.xml | 11 +++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/science/mathematics/lapack/actions.py b/science/mathematics/lapack/actions.py index 3c9f57085a..67e3b78d46 100644 --- a/science/mathematics/lapack/actions.py +++ b/science/mathematics/lapack/actions.py @@ -22,11 +22,13 @@ def setup(): shelltools.makedirs("build") shelltools.cd("build") - options = "-DBUILD_SHARED_LIBS=ON \ + options = "-DCMAKE_INSTALL_LIBDIR=lib \ + -DBUILD_SHARED_LIBS=ON \ -DBUILD_TESTING=OFF" if get.buildTYPE() == "static": - options = "-DBUILD_SHARED_LIBS=OFF \ + options = "-DCMAKE_INSTALL_LIBDIR=lib \ + -DBUILD_SHARED_LIBS=OFF \ -DBUILD_TESTING=OFF" cmaketools.configure(options, sourceDir="..") diff --git a/science/mathematics/lapack/pspec.xml b/science/mathematics/lapack/pspec.xml index 18e6402bfe..e44badf0fd 100644 --- a/science/mathematics/lapack/pspec.xml +++ b/science/mathematics/lapack/pspec.xml @@ -12,13 +12,13 @@ library Linear Algebra PACKage LAPACK is a standard library for numerical linear algebra. LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. - http://www.netlib.org/lapack/lapack-3.5.0.tgz + http://www.netlib.org/lapack/lapack-3.7.0.tgz libgfortran cmake - lapack-sharedlib.patch + @@ -78,6 +78,13 @@ + + 2017-04-15 + 3.7.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + 2016-06-09 3.5.0