Normalize usage of GMXTOOLCHAINDIR in gmxapi setup.py
commit70dbfd759b6159fb6a5627ddc931c997f0925b32
authorM. Eric Irrgang <ericirrgang@gmail.com>
Thu, 12 Sep 2019 15:59:58 +0000 (12 18:59 +0300)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 13 Sep 2019 08:35:04 +0000 (13 10:35 +0200)
treeed9480e1b5a73a7f4bb3f93c54962b3abb79c388
parent522ef8ca2b733d608c8060e460aa28985cdbf093
Normalize usage of GMXTOOLCHAINDIR in gmxapi setup.py

GMXRC references the tool chain just by its directory using the
environment variable GMXTOOLCHAINDIR. Assuming that the toolchain
directory name has the same suffix as the toolchain file, it is
sufficient and more consistent for the gmxapi setup.py to use
GMXTOOLCHAINDIR as its hint. Also, doing so allows additional
convenience to users who have already sourced their GMXRC.

Change-Id: I433cdb1215e5fcb1ae893e2f29cb23c4c59f7727
python_packaging/docker/ci.dockerfile
python_packaging/src/setup.py