From 429cbc9f2048748afd4bd4343520065ffc264273 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Fri, 25 Aug 2017 01:21:05 +0000 Subject: [PATCH] Update hack that builds some stuff manually for new packaging. --- debian/rules | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index 7f4ba0e..822b192 100755 --- a/debian/rules +++ b/debian/rules @@ -199,20 +199,19 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) make -C TexDoc atlas_contrib.pdf atlas_devel.pdf atlas_install.pdf cblasqref.pdf f77blasqref.pdf lapackqref.pdf endif - #build some stuff manually that is needed for libatlas-test and - #seems to not get built if the testsuite fails - cd build/atlas-base/interfaces/blas/C/testing && $(MAKE) - cd build/atlas-base/interfaces/blas/F77/testing && $(MAKE) - - override_dh_auto_test: make -C build check || true if test -f build/lib/libptcblas.a; then make -C build ptcheck; fi override_dh_auto_install: + #build some stuff manually that doesn't seem to get built if the testsuite fails + cd build/interfaces/blas/C/testing && $(MAKE) + cd build/interfaces/blas/F77/testing && $(MAKE) + make -C build install # The build system does not support setting DESTDIR at install time mv debian/tmp/usr/include/*.h debian/tmp/usr/include/atlas/ + # We want packages using libblas/liblapack to depend on any BLAS/LAPACK # alternative, and we want packages depending on ATLAS-specific libraries # (e.g. libatlas.so) to depend specifically on libatlas3-base. -- 2.30.2