We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This list looks long but they are all of them non-blockers, so the situation is quite good as of now.
--version
--gitversion
SHOULD
SitePackage.lua
.spec
yum localinstall lua-{bit32-0.2,filesystem-1.6.3,posix-33.4.0}-1000_cm7.0.x86_64.rpm
module unuse
use.own.eb
/etc/site/module
EASYBUILD_MODULES_TOOL=Lmod
$MODULEPATH
$LMOD_SYSTEM_DEFAULT_MODULES
$LMOD*
$USER_IS_ROOT
and also:
$LD_LIBRARY_PATH
screen
Lmod_test_suite
BASH_ENV
The text was updated successfully, but these errors were encountered:
fgeorgatos
panosl1
johnnydevaprasad
No branches or pull requests
This list looks long but they are all of them non-blockers, so the situation is quite good as of now.
--version
&--gitversion
(or git TAG pointing thereof)SHOULD
match the package name; fi. Update Lmod-illumina.spec #83SitePackage.lua
could be a non-broken one :-) inspect that syslog entries work out of the box.spec
file lua extensions as Bright Lmod RPM dependencies (what about repo?)yum localinstall lua-{bit32-0.2,filesystem-1.6.3,posix-33.4.0}-1000_cm7.0.x86_64.rpm
module unuse
tab completion should work, too (it does work in manual Lmod delivery):use.own.eb
be available per default, under/etc/site/module
?! (TBD)EASYBUILD_MODULES_TOOL=Lmod
?! (TBD, default modulefile?)$MODULEPATH
or$LMOD_SYSTEM_DEFAULT_MODULES
need to be initialized externally to RPM files? how do this? (TBD)$LMOD*
environment variables? (TBD)$USER_IS_ROOT
probably should be external to the package (TBD)and also:
$LD_LIBRARY_PATH
should not trigger reinitialization of environment; ref. Issue45: avoid looking at $LD_LIBRARY_PATH;screen
touches it #55Lmod_test_suite
should provably be able to pass - automate any further testing via any of:ref. https://github.com/rtmclay/Lmod_test_suite
BASH_ENV
modifications - bad karma, that may conflict with other packagesThe text was updated successfully, but these errors were encountered: