Source: psi4
Version: 1:0.3-3
Severity: normal
Tags: patch

Dear Maintainer,

Please update your package for the ongoing gsl transition (#804246).

The attached patch updates the build dependencies to use libgsl-dev.

This change is required to not pull in GSL 1.x via libgsl0-dev.

Please note that chemps2 (#807189) needs to be updated for GSL 2,
before psi4 can be rebuilt with GSL 2.

Kind Regards,

Bas
diff -Nru psi4-0.3/debian/changelog psi4-0.3/debian/changelog
--- psi4-0.3/debian/changelog	2015-10-01 10:57:52.000000000 +0200
+++ psi4-0.3/debian/changelog	2015-11-22 23:42:38.000000000 +0100
@@ -1,3 +1,10 @@
+psi4 (1:0.3-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev.
+
+ -- Bas Couwenberg <sebas...@debian.org>  Sun, 22 Nov 2015 23:42:32 +0100
+
 psi4 (1:0.3-3) unstable; urgency=medium
 
   * debian/rules (override_dh_auto_build): Fix building of manual.
diff -Nru psi4-0.3/debian/control psi4-0.3/debian/control
--- psi4-0.3/debian/control	2015-10-01 10:44:33.000000000 +0200
+++ psi4-0.3/debian/control	2015-11-22 23:42:31.000000000 +0100
@@ -17,7 +17,7 @@
                libboost-thread-dev,
                libboost-timer-dev,
 	       libchemps2-dev,
-	       libgsl0-dev,
+	       libgsl-dev,
 	       libhdf5-dev,
 	       libint-dev,
                liblapack-dev,

Reply via email to