[arch-commits] Commit in parallel-netcdf-openmpi/repos/community-x86_64 (3 files)

Bruno Pagani archange at archlinux.org
Sun Jul 8 15:35:29 UTC 2018


    Date: Sunday, July 8, 2018 @ 15:35:29
  Author: archange
Revision: 354990

archrelease: copy trunk to community-x86_64

Added:
  parallel-netcdf-openmpi/repos/community-x86_64/PKGBUILD
    (from rev 354988, parallel-netcdf-openmpi/trunk/PKGBUILD)
Deleted:
  parallel-netcdf-openmpi/repos/community-x86_64/PKGBUILD
  parallel-netcdf-openmpi/repos/community-x86_64/shared.patch

--------------+
 PKGBUILD     |   91 ++++++++++++++++++++++++++-------------------------------
 shared.patch |   11 ------
 2 files changed, 42 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-08 15:35:27 UTC (rev 354989)
+++ PKGBUILD	2018-07-08 15:35:29 UTC (rev 354990)
@@ -1,49 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <archange at archlinux.org>
-
-_pkg=parallel-netcdf
-_mpi=openmpi
-pkgname=${_pkg}-${_mpi}
-pkgver=1.9.0
-pkgrel=2
-pkgdesc="A Parallel I/O Library for NetCDF File Access"
-arch=('x86_64')
-url="https://trac.mcs.anl.gov/projects/parallel-netcdf"
-license=('custom')
-depends=('openmpi')
-makedepends=('gcc-fortran')
-checkdepends=('inetutils')
-provides=('parallel-netcdf')
-conflicts=('parallel-netcdf')
-replaces=('parallel-netcdf')
-options=('!makeflags' 'staticlibs')
-source=("http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/${_pkg}-${pkgver}.tar.gz"
-        'shared.patch')
-sha1sums=('0978ae5cdaba925e73ced2b550fc02a132b2c5ed'
-          'dae94c293b5be9fa31e73be95e4d56c1f598ffbf')
-
-prepare() {
-    cd ${_pkg}-${pkgver}
-    patch -p0 -i ../shared.patch
-}
-
-build() {
-    cd ${_pkg}-${pkgver}
-
-    export CPPFLAGS="${CPPFLAGS} -fPIC"
-    aclocal
-    ./configure --prefix=/usr --enable-shared
-    make
-}
-
-check() {
-    cd ${_pkg}-${pkgver}
-    make check
-    make ptest
-}
-
-package() {
-    cd ${_pkg}-${pkgver}
-    make DESTDIR="${pkgdir}" install
-
-    install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${_pkg}
-}

Copied: parallel-netcdf-openmpi/repos/community-x86_64/PKGBUILD (from rev 354988, parallel-netcdf-openmpi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-08 15:35:29 UTC (rev 354990)
@@ -0,0 +1,42 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <archange at archlinux.org>
+
+_pkg=parallel-netcdf
+_mpi=openmpi
+pkgname=${_pkg}-${_mpi}
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="A Parallel I/O Library for NetCDF File Access"
+arch=('x86_64')
+url="https://trac.mcs.anl.gov/projects/parallel-netcdf"
+license=('custom')
+depends=('openmpi')
+makedepends=('gcc-fortran')
+checkdepends=('inetutils')
+provides=('parallel-netcdf')
+conflicts=('parallel-netcdf')
+replaces=('parallel-netcdf')
+options=('!makeflags' 'staticlibs')
+source=("http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/${_pkg}-${pkgver}.tar.gz")
+sha1sums=('9ac144f305e14ae6306f5e51af1b4329bfb86480')
+
+build() {
+    cd ${_pkg}-${pkgver}
+
+    export CPPFLAGS="${CPPFLAGS} -fPIC"
+    aclocal
+    ./configure --prefix=/usr --enable-shared
+    make
+}
+
+check() {
+    cd ${_pkg}-${pkgver}
+    make check
+    make ptest
+}
+
+package() {
+    cd ${_pkg}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+
+    install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${_pkg}
+}

Deleted: shared.patch
===================================================================
--- shared.patch	2018-07-08 15:35:27 UTC (rev 354989)
+++ shared.patch	2018-07-08 15:35:29 UTC (rev 354990)
@@ -1,11 +0,0 @@
---- src/libs/Makefile.am
-+++ src/libs/Makefile.am
-@@ -44,7 +44,7 @@
- libpnetcdf_la_LIBADD += ../binding/f90/libf90.la
- # According to Automake Manual, Section 8.14.3 Mixing Fortran 77 With C and
- # C++, adding $(FLIBS) is necessary
--# libpnetcdf_la_LIBADD += $(FLIBS) $(FCLIBS)
-+libpnetcdf_la_LIBADD += $(FLIBS) $(FCLIBS)
- # nodist_EXTRA_libpnetcdf_la_SOURCES += dummyf90.f90
- endif
- 



More information about the arch-commits mailing list