[arch-commits] Commit in openmp/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat Feb 22 22:30:33 UTC 2020


    Date: Saturday, February 22, 2020 @ 22:30:33
  Author: foutrelis
Revision: 376076

upgpkg: openmp 9.0.1-2: Build with LIBOMP_INSTALL_ALIASES=OFF.

Gets rid of libiomp5.so in addition to libgomp.so which
was previously manually removed in package() (FS#63007).

Modified:
  openmp/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 22:11:08 UTC (rev 376075)
+++ PKGBUILD	2020-02-22 22:30:33 UTC (rev 376076)
@@ -2,7 +2,7 @@
 
 pkgname=openmp
 pkgver=9.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="LLVM OpenMP Runtime Library"
 arch=('x86_64')
 url="https://openmp.llvm.org/"
@@ -31,7 +31,8 @@
 
   cmake .. -G Ninja \
     -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIBOMP_INSTALL_ALIASES=OFF
   ninja
 }
 
@@ -41,9 +42,6 @@
   DESTDIR="$pkgdir" ninja install
   install -Dm644 ../LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
-  # libgomp.so is also provided by gcc-libs; remove it to fix the conflict
-  rm "$pkgdir/usr/lib/libgomp.so"
-
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list