[atlas] 03/08: Remove unneeded build dependencies.

Sébastien Villemot sebastien at debian.org
Sat Aug 5 15:02:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository atlas.

commit 2b768d389299d210d91e5a7e84d46b3f07a1f34d
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Aug 2 23:54:16 2017 +0200

    Remove unneeded build dependencies.
---
 debian/control                       | 3 ---
 debian/patches/shared_libraries.diff | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 60be106..558e24b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,7 @@ Section: devel
 Priority: optional
 Build-Depends: debhelper (>= 10),
                gfortran,
-               libblas-dev,
-               liblapack-dev,
                liblapack-pic,
-               libblas-test,
                texlive-latex-base,
                ghostscript
 Standards-Version: 3.9.8
diff --git a/debian/patches/shared_libraries.diff b/debian/patches/shared_libraries.diff
index 91dc8ce..9bcfccb 100644
--- a/debian/patches/shared_libraries.diff
+++ b/debian/patches/shared_libraries.diff
@@ -81,7 +81,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 +atlas/liblapack.so.3.0: atlas/liblapack.a atlas/libblas.so libatlas.so.3.0
 +	ld $(LDFLAGS) -shared -soname liblapack.so.3 -o $@ \
 +	   --whole-archive atlas/liblapack.a \
-+           --no-whole-archive -L . -lblas -latlas $(F77SYSLIB) -lm -lc
++           --no-whole-archive -L. -Latlas -lblas -latlas $(F77SYSLIB) -lm -lc
 +
  # ===================================================================
  # The following commands are to build dynamic/shared objects on Linux

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/atlas.git



More information about the debian-science-commits mailing list