mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
aevol: revert blas support
This commit is contained in:
parent
60dbcff5d3
commit
84ff8d36d6
2 changed files with 7 additions and 6 deletions
|
@ -7,12 +7,12 @@ pkgdesc="an open-source digital genetics platform that captures the evolutionary
|
|||
arch=('x86_64')
|
||||
url="https://www.aevol.fr/"
|
||||
license=('GPL3')
|
||||
depends=('boost' 'boost-libs' 'glibc' 'gcc-libs' 'zlib' 'libx11' 'openblas' 'onetbb')
|
||||
depends=('boost' 'boost-libs' 'glibc' 'gcc-libs' 'zlib' 'libx11')
|
||||
makedepends=('cmake')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.inria.fr/aevol/aevol/-/archive/v5.0/aevol-v${pkgver}.tar.gz"
|
||||
'automake.patch')
|
||||
b2sums=('fd056e9bfe272236ba3912584d5428fb2f08e34f89e57476297720c595910d24db4656d8bf0cecf1ba1aab58a3c9b1110eb35a7ff50c0c32e62c1f79873d799d'
|
||||
'fb3a6f3deec5645aa2f0ae5c3b99d85ffff9a95f22bc0ae11be459a5ac5908df6acd0afe5b5c7182b6995f2ca2bda62e9d55852c3200681ab9b2393641ce952d')
|
||||
'0d9c47d2e8f93461a8ab7ce1a87abe638e9f0a252b0009e63f6c4e95a6cb7b4b41906ded4e78102d05b1feeb41f60e2d1b68eb6984a2f7cedb5fb35147429791')
|
||||
|
||||
prepare(){
|
||||
cp automake.patch "$pkgname-v$pkgver"/
|
||||
|
@ -24,7 +24,7 @@ prepare(){
|
|||
|
||||
build() {
|
||||
cd "$pkgname-v$pkgver"
|
||||
./configure --prefix=/usr --with-blas --with-tbb --with-x
|
||||
./configure --prefix=/usr --with-x
|
||||
make
|
||||
|
||||
}
|
||||
|
@ -32,4 +32,5 @@ build() {
|
|||
package() {
|
||||
cd "$pkgname-v$pkgver"
|
||||
make DESTDIR="${pkgdir}"/ install
|
||||
|
||||
}
|
||||
|
|
|
@ -3,8 +3,8 @@ Bug-Debian: https://bugs.debian.org/998479
|
|||
Author: Andreas Tille <tille@debian.org>
|
||||
Last-Update: Fri, 05 Nov 2021 22:03:24 +0100
|
||||
Reviewed-By: Étienne Mollier <emollier@debian.org>
|
||||
--- aevol.orig/configure.ac
|
||||
+++ aevol/configure.ac
|
||||
--- original/configure.ac 2023-05-09 09:40:31.158383069 +0530
|
||||
+++ patched/configure.ac 2023-05-09 09:42:31.203840699 +0530
|
||||
@@ -20,7 +20,7 @@
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
|
@ -14,7 +14,7 @@ Reviewed-By: Étienne Mollier <emollier@debian.org>
|
|||
|
||||
# Select compiler
|
||||
AC_PROG_CXX([clang-omp++ clang++ g++ icc])
|
||||
@@ -298,7 +298,6 @@
|
||||
@@ -310,7 +310,6 @@
|
||||
AM_CONDITIONAL(WITH_RAEVOL, test x"$raevol" != xno)
|
||||
if test "x$raevol" = "xyes" ; then
|
||||
AC_DEFINE(__REGUL)
|
||||
|
|
Loading…
Add table
Reference in a new issue