Package Details: python-ase 3.28.0-1

Git Clone URL: https://aur.archlinux.org/python-ase.git (read-only, click to copy)
Package Base: python-ase
Description: Atomic Simulation Environment (ASE) is a set of tools and Python modules for setting up, manipulating, running, visualizing and analyzing atomistic simulations.
Upstream URL: http://wiki.fysik.dtu.dk/ase
Licenses: LGPLv2.1+
Submitter: rew
Maintainer: blackwell
Last Packager: blackwell
Votes: 7
Popularity: 0.000806
First Submitted: 2016-05-26 02:02 (UTC)
Last Updated: 2026-05-10 05:54 (UTC)

Latest Comments

nihil39 commented on 2026-04-24 15:17 (UTC) (edited on 2026-04-24 15:19 (UTC) by nihil39)

Hi,

this is the PKGBUILD for version 3.28.0, it works: I tested on my machine, can someone else test it and push it to the AUR repository? Thanks.

pkgname='python-ase'
pkgver=3.28.0
pkgrel=1
pkgdesc="Atomic Simulation Environment (ASE) is a set of tools and Python modules for setting up, manipulating, running, visualizing and analyzing atomistic simulations."
url="http://wiki.fysik.dtu.dk/ase"
arch=("any")
license=('LGPLv2.1+')
makedepends=('python-setuptools')
depends=('python-numpy' 'python-scipy')
optdepends=('python-matplotlib: plotting' 'python-flask: for ase.db web-  interface')
source=("https://gitlab.com/ase/ase/-/archive/$pkgver/ase-$pkgver.tar.gz")
md5sums=('ab6c8a499b5e2daa0279a18ca77433cc')

package() {
    cd "$srcdir/ase-$pkgver"
    python setup.py install --root="$pkgdir/" --optimize=1
}

rew commented on 2019-07-20 14:55 (UTC)

Updated to 3.18.0

David01 commented on 2019-07-20 10:00 (UTC)

Many thanks for maintaining this repository for us, arch-linux users. There has been a new version of ASE, i.e. ASE 3.18.0. Would it be possible to update it? Many thanks and all the best, David