Skip to content
Snippets Groups Projects
Commit d2c18f6b authored by Shiz ...'s avatar Shiz ...
Browse files

testing/julia: fix PaX markings and add missing dependency

parent fc5f8b6c
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ url="http://julialang.org"
arch="x86_64"
license="MIT"
depends="arpack
dsfmt
fftw>=3.3
gmp>=5.0
libgit2>=0.21
......@@ -40,7 +41,6 @@ depends_dev="arpack-dev
makedepends="$depends_dev
bash
cmake
dsfmt
gfortran
linux-headers
libressl-dev
......@@ -149,7 +149,6 @@ package() {
dbg() {
pkgdesc="$pkgdesc (debug build)"
replaces="$pkgname-debug"
default_dbg
install -d "$subpkgdir"/usr/bin
mv "$pkgdir"/usr/bin/*-debug "$subpkgdir"/usr/bin/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment