tPetsc moved to gitlab - petsc-git-PKGBUILD - build template for non-complex PETSC with petsc4py
(HTM) git clone git://src.adamsgaard.dk/petsc-git-PKGBUILD
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit f559f797c2c6467370a358d0a634817ddac4e27e
(DIR) parent d5b93df3eee209906e2a6ed1bc7cce1187af1ca9
(HTM) Author: Lucas Heitzmann Gabrielli <heitzmann@gmail.com>
Date: Mon, 30 Sep 2019 11:42:22 -0300
Petsc moved to gitlab
Diffstat:
M .SRCINFO | 4 ++--
M PKGBUILD | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/.SRCINFO b/.SRCINFO
t@@ -1,6 +1,6 @@
pkgbase = petsc-git
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 20190205
+ pkgver = 20190929
pkgrel = 1
url = https://www.mcs.anl.gov/petsc/
install = petsc.install
t@@ -18,7 +18,7 @@ pkgbase = petsc-git
depends = hdf5
provides = petsc
conflicts = petsc
- source = petsc::git+https://bitbucket.org/petsc/petsc#branch=maint
+ source = petsc::git+https://gitlab.com/petsc/petsc#branch=maint
source = patch.diff
sha256sums = SKIP
sha256sums = fdf016437dd94f33316e734e35858476aeea1ca0f3ab4d0ee36029b016498de7
(DIR) diff --git a/PKGBUILD b/PKGBUILD
t@@ -1,7 +1,7 @@
# Maintainer: Lucas H. Gabrielli <heitzmann at gmail dot com>
pkgname=petsc-git
-pkgver=20190205
+pkgver=20190929
pkgrel=1
_config=linux-c-opt
pkgdesc="Portable, extensible toolkit for scientific computation"
t@@ -13,7 +13,7 @@ license=('BSD')
depends=('python2' 'openmpi' 'boost' 'lapack' 'fftw' 'hdf5')
makedepends=('gcc' 'gcc-fortran' 'cmake')
install=petsc.install
-source=(petsc::git+https://bitbucket.org/petsc/petsc#branch=maint
+source=(petsc::git+https://gitlab.com/petsc/petsc#branch=maint
patch.diff)
sha256sums=('SKIP'
'fdf016437dd94f33316e734e35858476aeea1ca0f3ab4d0ee36029b016498de7')