Alex Domingo

Results 49 issues of Alex Domingo

Following the conf call on [dual serial/MPI builds](https://github.com/easybuilders/easybuild/wiki/Conference-Call-on-Dual-Serial-MPI-builds), we reached some milestones and defined a path forward. The main [concluding remarks](https://github.com/easybuilders/easybuild/wiki/Notes-on-Conference-Call-on-Dual-Serial-MPI-builds#concluding-remarks) are 1. It is desirable that the serial and...

feature

Tests in jsc-zen2 inject a custom optarch `{'Intel': 'march=core-avx2'}` that is currently not supported by the easyblock of OpenCV. > == 2022-07-05 16:12:25,158 build_log.py:169 ERROR EasyBuild crashed with an error...

bug report

Currently, `CMakePythonPackage` fails with any easyconfig that does not explicitly set `runtest` because it executes the test step in `CMakeMake` with the defaults of `PythonPackaging`, resulting in a `make True`...

enhancement
bug fix

This is needed to fix the test in https://github.com/easybuilders/easybuild-easyconfigs/pull/11145 There are three fixes: * fixes sanity checks for Boost >= v1.69.0: as MT libraries have an additional `x64` suffix *...

enhancement
bug fix

This easyblock automatically builds those binaries of RAxML that 1. use optimizations available in the CPU micro-architecture of the host system (respects `optarch` settings) 2. have features compatible with the...

new

Depends on ~~#2280~~ and ~~#2302~~ Easyconfig in https://github.com/easybuilders/easybuild-easyconfigs/pull/10965

new

Depends on ~~https://github.com/easybuilders/easybuild-easyconfigs/pull/13141~~ This PR has the particularity that the Python module for SNAP-ESA `snappy` is installed using a tool from `SNAP-ESA` instead of using some sources. Therefore, I made...

new

(created using `eb --new-pr`) Depends on ~~#10963~~, ~~#10964~~ and ~~https://github.com/easybuilders/easybuild-framework/pull/3386~~ I used #9096 as reference and made some changes to it * added templates to integrate with Torque * modified...

update

(created using `eb --new-pr`) Depend on https://github.com/easybuilders/easybuild-easyblocks/pull/2035 to build LAMMPS with Atomistica. This PR contains the following builds of Atomistica: * `Atomistica-0.10.1-foss-2019b.eb` provides the standalone build that can be used...

new
update

Easyblock for Julia packages: * Installs packages from local sources * Sources can either be a tarball or a git repo (`git_config`) * Avoids any extra downloads (offline mode) *...

enhancement