Package Details: adios2-git 2.6.0.r256.gd96750bf-4

Git Clone URL: https://aur.archlinux.org/adios2-git.git (read-only, click to copy)
Package Base: adios2-git
Description: Next generation of ADIOS developed in the Exascale Computing Program
Upstream URL: https://adios2.readthedocs.io/en/latest/index.html
Licenses: Apache
Conflicts: adios2
Provides: adios2
Submitter: blacktea
Maintainer: blacktea
Last Packager: blacktea
Votes: 0
Popularity: 0.000000
First Submitted: 2020-08-05 11:54 (UTC)
Last Updated: 2020-08-20 14:36 (UTC)

Required by (12)

Sources (1)

Latest Comments

Azrael commented on 2021-05-31 11:02 (UTC)

Solved by replacing

package() {
  cd $pkgname/
  make DESTDIR="$pkgdir" install
}

by

package() {
  cd $pkgname/build
  make DESTDIR="$pkgdir" install
}

Azrael commented on 2021-05-31 10:57 (UTC)

Using this package, I have the following error:

make: *** No rule to make target 'install'.  Stop.