# Easyconfig PRs by Jörg
https://github.com/easybuilders/easybuild-easyconfigs/pulls/sassy-crick
## Status
- 2023-03-08: 99 open PRs
## Testing PRs
- `eb --upload-test-report --from-pr 12345 --rebuild --robot`
### Using bot
- @ generoso (CSCS, Intel Haswell - Rocky Linux 8)
- @ jsc-zen2 (JSC, AMD Rome - Rocky Linux 8)
- post a comment like (use saved replies in GitHub!)
```
@boegelbot please test @ generoso
```
- use more cores than default (4):
```
@boegelbot please test @ generoso
CORE_CNT=16
```
- add additional options to 'eb' command
```
@boegelbot please test @ generoso
EB_ARGS="--include-easyblocks-from-pr 1234"
```
## Next meeting
- Mon 20 March 2023 at 09:00 UTC
## "Urgent" PRs
- poppunk
- https://github.com/easybuilders/easybuild-easyconfigs/pull/17402
- several other open PRs required first
- PSI4
- PSI4 v1.7 https://github.com/easybuilders/easybuild-easyconfigs/pull/16895
- several other open PRs required
- should Libint2 be collapsed into PSI4 easyconfig, using Bundle + `components`
- PSI4 v1.6.1 https://github.com/easybuilders/easybuild-easyconfigs/pull/16887
- nice to have
- DeepLabCut #16420 (could check if newer is around => PR [#17550](https://github.com/easybuilders/easybuild-easyconfigs/pull/17551))
- probably need to get PR for PyTorch 1.12.1 with CUDA 11.5.1 merged first => https://github.com/easybuilders/easybuild-easyconfigs/pull/17272
- we would then also need a TensorFlow with CUDA 11.5.1 (copy of `
TensorFlow-2.7.1-foss-2021b-CUDA-11.4.1.eb` but using CUDA 11.5.1)
- FHI-aims #15569 (could check if newer is around => Newer version is around, WIP)
- https://github.com/easybuilders/easybuild-easyconfigs/pull/15569
- ready to review/test, no deps needed
- EveryBeam #15504 (could check if newer is around)
- https://github.com/easybuilders/easybuild-easyconfigs/pull/15504
- requires a couple of other 3 PRs to be merged
## PRs blocking others
- Nektar++
- https://github.com/easybuilders/easybuild-easyconfigs/pull/16953
- segfaults in tests
- maybe try testing on generoso with more cores (and hence more memory)?
- CORE_CNT=16
- EB_ARGS="--parallel 4"
- use "ctest --parallel %(parallel)s" or "ctest --parallel 1" (to force running 1 test at a time)
- on generoso, there's still a problem with TinyXML:
```
ninja: error: 'ThirdParty/dist/lib/libtinyxml.a', needed by 'library/LibUtilities/libLibUtilities.so.5.2.0', missing and no known rule to make it
```
=> also try on jsc-zen2?
- Jörg is in touch with developer on this (@Parv621)
## Oldest PRs
Is it (still) worth the effort to try and get these merged?
- ...
## Problematic
- FreeFEM++
- https://github.com/easybuilders/easybuild-easyconfigs/pull/15537
- installation works, but required modules are not actually available
- need a way to reproduce this via a sanity check command?