Skip to content

Instantly share code, notes, and snippets.

View lethalbit's full-sized avatar
😼
ニャー

Aki lethalbit

😼
ニャー
View GitHub Profile
@lethalbit
lethalbit / PKGBUILD
Last active January 20, 2024 09:26
Parallel Xyce™ w/ static Trilinos
pkgname=('xyce')
trilinos_ver=15.0.0
xyce_ver=7.8.0
pkgver="${xyce_ver}"
pkgrel=1
pkgdesc='The Xyce™ Parallel Electronic Simulator'
arch=('x86_64')
license=('GPL3')
depends=('python' 'lapack' 'boost' 'netcdf' 'libmatio' 'libx11' 'hdf5-openmpi' 'openmpi')
makedepends=('gcc-fortran' 'perl' 'blas' 'cmake' 'bc' 'python-numpy' 'suitesparse' 'flex' 'bison')