Bug#976264: please avoid depending on libatlas3-base

Mo Zhou lumin at debian.org
Wed Dec 2 13:06:40 GMT 2020


Source: jblas
Version: 1.2.4-2
Severity: important
Tags: +patch

Hi maintainers,

Please avoid the usage of a specific BLAS/LAPACK implementation.
See #943712 and the mentioned MBF mail.


diff --git a/debian/control b/debian/control
index 6857eb5..b659673 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Build-Depends:
  default-jdk,
  gfortran,
  junit4,
- libatlas-base-dev,
+ libblas-dev,
+ liblapack-dev,
  locales,
  ruby
 Standards-Version: 4.1.4
diff --git a/debian/rules b/debian/rules
index 42a4826..06873fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_auto_build:
    localedef -f UTF-8 -i en_US ./debian/tmp/locale/en_US.UTF-8/
    export LOCPATH=$(CURDIR)/debian/tmp/locale/ && \
        export LC_ALL=en_US.UTF-8 && \
-       ./configure --libpath=/usr/lib/$(DEB_HOST_MULTIARCH):/usr/lib/$(DEB_HOST_MULTIARCH)/atlas
+       ./configure --libpath=/usr/lib/$(DEB_HOST_MULTIARCH):/usr/lib/$(DEB_HOST_MULTIARCH)/blas:/usr/lib/$(DEB_HOST_MULTIARCH)/lapack --lapack-build --built-type=lapack
    export LOCPATH=$(CURDIR)/debian/tmp/locale/ && \
        export LC_ALL=en_US.UTF-8 && \
        $(MAKE)



More information about the pkg-java-maintainers mailing list