MITHRA: download from Arya's repo

This commit is contained in:
2020-11-16 17:01:34 +01:00
parent 194ed07ecb
commit 2393bdae8e
3 changed files with 6 additions and 5 deletions

View File

@@ -4,8 +4,8 @@ case ${V_PKG} in
2020.8.27 )
commit='0bf2a64'
;;
2.0.0 )
commit='21f8119'
2.0 )
commit='2.0'
;;
* )
echo "Unsupported version!" 1>&2
@@ -13,7 +13,8 @@ case ${V_PKG} in
esac
pbuild::set_download_url "https://github.com/arnaualba/mithra/archive/${commit}.tar.gz"
pbuild::set_download_url "https://github.com/aryafallahi/mithra/archive/${commit}.tar.gz"
#https://github.com/aryafallahi/mithra/archive/2.0.zip
pbuild::add_to_group 'MPI'
#pbuild::install_docfiles 'license.txt'

View File

@@ -1,2 +1,2 @@
MITHRA/2020.8.27 unstable gcc/8.4.0 openmpi/3.1.6
MITHRA/2.0.0 unstable gcc/8.4.0 openmpi/3.1.6
MITHRA/2.0 unstable gcc/8.4.0 openmpi/3.1.6

View File

@@ -1,2 +1,2 @@
MITHRA/2020.8.27_slurm unstable gcc/8.4.0 openmpi/3.1.6_slurm
MITHRA/2.0.0_slurm unstable gcc/8.4.0 openmpi/3.1.6_slurm
MITHRA/2.0_slurm unstable gcc/8.4.0 openmpi/3.1.6_slurm