easybuild-easyblocks icon indicating copy to clipboard operation
easybuild-easyblocks copied to clipboard

Collection of easyblocks that implement support for building and installing software with EasyBuild.

Results 233 easybuild-easyblocks issues
Sort by recently updated
recently updated
newest added
trafficstars

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

Java wrapper support is currently experimental in OpenMPI. I've added support for the wrappers to the EasyBlock, but I don't intend to upload an easyconfig that uses them since choosing...

enhancement

I just noticied that the JSC easyconfigs set a number of additional options for Clang 9.0.0: ``` configopts = '-DCLANG_OPENMP_NVPTX_DEFAULT_ARCH=sm_37' configopts += ' -DLIBOMPTARGET_NVPTX_COMPUTE_CAPABILITIES=35,37' configopts += ' -DCLANG_DEFAULT_STD_CXX=cxx14' stage3_configopts =...

enhancement

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

new

Today one of our developers wanted/needed to statically link to libgfortran. Though that fails. Reason is that GCC is not configured with --with-pic. I can of course add "configopts =...

problem report

I am attempting to configure the easyblock for gromacs (https://github.com/easybuilders/easybuild-easyblocks/blob/11870c2e93df143587b842cb93524f848418086c/easybuild/easyblocks/g/gromacs.py) with support for the QM/MM integration that is currently in the works on this branch: https://gitlab.com/gromacs/gromacs/-/tree/2021.2-qmmm The installation instructions mention...

question

I.e. in the code section: ``` def configure_step(self, srcdir=None, builddir=None): """Configure build using cmake""" setup_cmake_env(self.toolchain) if builddir is None and self.cfg.get('separate_build_dir', True): builddir = create_unused_dir(self.builddir, 'easybuild_obj') if builddir: mkdir(builddir, parents=True)...

bug report

After installation of TensorFlow 1.13.1 with `fosscuda/2018a` and `fosscuda/2019a`, the paths recorded in `lib/python-3.*/site-packages/setuptools.pth` seem to contain resolved symlink paths. The user-facing part of our installation is in `/hpc2n/eb`, which...

problem report

(created using `eb --new-pr`)

new

MakeCP is copying files in the install step. https://github.com/easybuilders/easybuild-easyblocks/blob/develop/easybuild/easyblocks/generic/makecp.py#L71 When there are multi_deps specified, the install step is run twice (or generally multiple times), which will result in Error ("folder...

bug report