-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Labels
Milestone
Description
Att: @Flamefire
The changes in #3216 seem to have caused a regression on my Ubuntu 18.04 machine, where something depending on Java/11 fails to notice the installed module.
$ eb R-4.0.0-foss-2020a.eb -rD
*snip*
* [x] $CFGS/j/Java/Java-11.0.2.eb (module: Core | Java/11.0.2)
* [ ] $CFGS/j/Java/Java-11.eb (module: Core | Java/11)
* [x] $CFGS/n/NLopt/NLopt-2.6.1-GCCcore-9.3.0.eb (module: Compiler/GCCcore/9.3.0 | NLopt/2.6.1)
* [x] $CFGS/l/libsndfile/libsndfile-1.0.28-GCCcore-9.3.0.eb (module: Compiler/GCCcore/9.3.0 | libsndfile/1.0.28)
*snip*
* [x] $CFGS/s/ScaLAPACK/ScaLAPACK-2.1.0-gompi-2020a.eb (module: MPI/GCC/9.3.0/OpenMPI/4.0.3 | ScaLAPACK/2.1.0)
* [x] $CFGS/f/foss/foss-2020a.eb (module: Core | foss/2020a)
* [ ] $CFGS/r/R/R-4.0.0-foss-2020a.eb (module: MPI/GCC/9.3.0/OpenMPI/4.0.3 | R/4.0.0)
This works fine on 4.2.0, but fails on 4.2.0 w/ 3216 applied and on current develop.
The build attempts to find Core/Java/11 which doesn't resolve with my module path, while Java/11 does.