mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
3.7.3
This commit is contained in:
parent
d6cdcd5e13
commit
fe1c112898
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = python-assimulo
|
||||
pkgdesc = A package for solving ordinary differential equations and differential algebraic equations
|
||||
pkgver = 3.7.2
|
||||
pkgver = 3.7.3
|
||||
pkgrel = 1
|
||||
url = http://www.jmodelica.org/assimulo
|
||||
arch = x86_64
|
||||
|
|
@ -15,7 +15,7 @@ pkgbase = python-assimulo
|
|||
depends = python-matplotlib
|
||||
depends = sundials
|
||||
depends = superlu_mt
|
||||
source = https://github.com/modelon-community/Assimulo/archive/Assimulo-3.7.2.tar.gz
|
||||
sha256sums = 391ee8e7cd4ec768de0fcf4ba39c5ef1928f67b3f3d1391019c381322321899c
|
||||
source = https://github.com/modelon-community/Assimulo/archive/Assimulo-3.7.3.tar.gz
|
||||
sha256sums = b12d04b4fb0a41e68247731a695be5b31b064db2006ec1d650cdd6816e9dd610
|
||||
|
||||
pkgname = python-assimulo
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=python-assimulo
|
||||
pkgver=3.7.2
|
||||
pkgver=3.7.3
|
||||
pkgrel=1
|
||||
pkgdesc="A package for solving ordinary differential equations and differential algebraic equations"
|
||||
url="http://www.jmodelica.org/assimulo"
|
||||
|
|
@ -8,7 +8,7 @@ license=(LGPL-3.0)
|
|||
makedepends=(python-setuptools cython gcc-fortran)
|
||||
depends=(glibc python python-scipy python-numpy python-matplotlib sundials superlu_mt)
|
||||
source=("https://github.com/modelon-community/Assimulo/archive/Assimulo-${pkgver}.tar.gz")
|
||||
sha256sums=('391ee8e7cd4ec768de0fcf4ba39c5ef1928f67b3f3d1391019c381322321899c')
|
||||
sha256sums=('b12d04b4fb0a41e68247731a695be5b31b064db2006ec1d650cdd6816e9dd610')
|
||||
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue