mirror of
https://gitlab.com/scemama/eplf
synced 2024-11-13 01:23:58 +01:00
48 lines
943 B
Plaintext
48 lines
943 B
Plaintext
# epm -f format irpf90 irpf90.list
|
|
# format:
|
|
# aix
|
|
# bsd
|
|
# depot or swinstall (HP-UX)
|
|
# dpkg
|
|
# inst or tardist (IRIX
|
|
# native (native for the current platform)
|
|
# osx
|
|
# pkg (Solaris)
|
|
# portable (default)
|
|
# rpm
|
|
# setld (Tru64)
|
|
# slackware
|
|
|
|
# Product information
|
|
# -------------------
|
|
|
|
%product eplf
|
|
%copyright 2009 A. Scemama, CNRS
|
|
%vendor A. Scemama, CNRS
|
|
%license ../LICENSE
|
|
%readme ../README
|
|
%description Computes the Electron Localization function from a QCIO file.
|
|
%version $VERSION
|
|
%requires libgfortran
|
|
%requires qcio
|
|
|
|
# Autoconfiguration variables
|
|
# ---------------------------
|
|
|
|
$prefix=/usr
|
|
$exec_prefix=/usr
|
|
$bindir=${exec_prefix}/bin
|
|
$data_dir=${exec_prefix}/share
|
|
$docdir=${data_dir}/doc
|
|
$srcdir=..
|
|
|
|
# Executables
|
|
# -----------
|
|
|
|
%system all
|
|
%description IRP-Fortran90 preprocessor
|
|
f 0555 root sys ${bindir}/eplf ${srcdir}/eplf_hf
|
|
f 0444 root sys ${docdir}/README ${srcdir}/README
|
|
f 0444 root sys ${docdir}/LICENSE ${srcdir}/LICENSE
|
|
|