From 6ae3b28c956cf33c1f39f927d49dc6da30519d13 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 11 Oct 2018 10:20:13 +0200 Subject: [PATCH] atlas - use pbuild::set_download_url in build script - use default configure function --- Compiler/atlas/build | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Compiler/atlas/build b/Compiler/atlas/build index 96ee7be..3925827 100755 --- a/Compiler/atlas/build +++ b/Compiler/atlas/build @@ -1,12 +1,6 @@ #!/usr/bin/env modbuild -SOURCE_URL="https://sourceforge.net/projects/math-atlas/files/Stable/$V/atlas$V.tar.bz2" - -pbuild::configure() { - "${SRC_DIR}"/configure \ - --prefix="${PREFIX}" \ - || exit 1 -} +pbuild::set_download_url "https://sourceforge.net/projects/math-atlas/files/Stable/$V/atlas${V_PKG}.tar.bz2" pbuild::add_to_group 'Compiler' pbuild::make_all