Advertisement
Guest User

Untitled

a guest
Jan 16th, 2021
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. # Template file for 'OpenCoarrays'
  2. pkgname=OpenCoarrays
  3. version=2.9.2
  4. revision=1
  5. build_style=cmake
  6. hostmakedepends="gcc-fortran"
  7. makedepends="libgfortran-devel openmpi-devel"
  8. short_desc="Parallel application binary interface for Fortran 2018 compilers"
  9. maintainer="Alberto Ramos <alberto.ramos@ific.uv.es>"
  10. license="BSD-3-Clause"
  11. homepage="https://opencoarrays.org"
  12. distfiles="https://github.com/sourceryinstitute/OpenCoarrays/archive/${version}.tar.gz"
  13. checksum=a11639034ecc2445b6e5efa187ab4fac2b0b384ddae5872d62f717b40922d259
  14.  
  15. post_install() {
  16. vlicense LICENSE
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement