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

This PR allows a few tings 1) For my build, CMake failed to find the fortran headers for NetCDF unless I make their location explicit through NetCDF_INCLUDES 2) CMake will...

enhancement

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

new

Clang compilers always have the same output when using `--version`. There is no different information when using C++ or Fortran compilers. e.g. ``` $ clang++ --version clang version 11.0.1 Target:...

Follow-up for #2514 by @Flamefire, which takes into account that: * CMake may not be loaded as a (build) dependency, which results in a hard crash without these changes because...

enhancement
bug fix

Hi all, trying to build CMake-3.13.3-GCCcore-8.2.0.eb (actually the error occurred while running the (this) dependency trying to build QGIS-3.4.12-foss-2019a-Python-3.7.2.eb) fails with a compilation error. C++11 feature (unique_pointer) is missing. EB...

problem report

![image](https://user-images.githubusercontent.com/49931482/173488819-d23ac21f-f1f5-4da3-819f-954cb45feab8.png)

problem report

I introduce `is_extend`, `is_dot_org` and `is_dot_com`, and use them to simplify the logic which was becoming rather unwieldy with version comparisons. The second commit is to update OpenFOAM's list of...

update
code cleanup

(created using `eb --new-pr`) This implements the workflow to install the compatibility libraries from the driver run file: https://docs.nvidia.com/deploy/cuda-compatibility/index.html#manually-installing-from-runfile ECs using this new EasyBlock: https://github.com/easybuilders/easybuild-easyconfigs/pull/15892 Note that the driver version...

new