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

Andrea Scarpino andrea at archlinux.org
Sat Jan 24 10:06:47 UTC 2015


    Date: Saturday, January 24, 2015 @ 11:06:46
  Author: andrea
Revision: 229695

upgpkg: cfitsio 3.370-3

Enable Multi-Thread support as suggested here http://heasarc.nasa.gov/docs/software/fitsio/c/c_user/node15.html

Modified:
  cfitsio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-24 08:18:14 UTC (rev 229694)
+++ PKGBUILD	2015-01-24 10:06:46 UTC (rev 229695)
@@ -5,7 +5,7 @@
 
 pkgname=cfitsio
 pkgver=3.370
-pkgrel=2
+pkgrel=3
 pkgdesc="A library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format"
 arch=('i686' 'x86_64')
 url="http://heasarc.gsfc.nasa.gov/fitsio/"
@@ -16,7 +16,8 @@
 
 build() {
   cd ${pkgname}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+    --enable-reentrant
   make shared
 
   # Build extra utils



More information about the arch-commits mailing list