summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIgnat Harczuk2017-09-21 20:10:31 +0200
committerIgnat Harczuk2017-09-21 20:10:31 +0200
commit86be6736f71748d79f675c706d48309ff20e0a5f (patch)
tree9f788cd87b3982332f689919a997730f687ef11d /PKGBUILD
parent0693050f0a36f5fa154ff011aa0d99a13df3b793 (diff)
downloadaur-86be6736f71748d79f675c706d48309ff20e0a5f.tar.gz
remove dup dependencies in fortran package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 251c519a57c3..e18fd0760171 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,7 +58,7 @@ _v_b='128'
_update=''
-pkgrel=1
+pkgrel=2
_sp='professional_edition'
@@ -428,6 +428,10 @@ package_intel-fortran-compiler() {
gzip $f
done
+ # Remove duplicate headers found in intel base
+ rm ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/compiler/include/omp_lib.f90
+ rm ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/compiler/include/intel64/omp_lib.mod
+ rm ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/compiler/include/intel64/omp_lib_kinds.mod
cd ${xe_build_dir}
echo -e " # intel-fortran-compiler: Move package"