mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
examl: fix issue
This commit is contained in:
parent
fe11c0cc49
commit
dc51d8ff51
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ md5sums=('ad62d8c333cee316732c10f719c1e87c')
|
|||
build() {
|
||||
cd "${_pkgname}-$pkgver"
|
||||
cd $pkgname
|
||||
make -f Makefile.AVX.gcc
|
||||
make -f Makefile.OMP.AVX.gcc
|
||||
make -f Makefile.AVX.gcc examl-AVX
|
||||
make -f Makefile.OMP.AVX.gcc examl-OMP-AVX
|
||||
}
|
||||
|
||||
package_examl() {
|
||||
|
|
Loading…
Add table
Reference in a new issue