balston

Results 500 comments of balston

- GEOS 3.9.1 - https://trac.osgeo.org/geos Build using the above modules and: ``` ./geos-3.9.1_install 2>&1 | tee ~/Software/GEOS/geos-3.9.1_install.log ```

It had the wrong gcc-libs in the prepare_module function so I've updated the build script and will run the build again.

- GMT 6.2.0 - https://www.generic-mapping-tools.org/

There are a couple of minor issues - GDAL now depends on Python 3 so: - Cannot use a Python bundle as they depend on old OpenBlas (GNU 4.9.2 version);...

Rebuilding GDAL with the updated Python3 dependency.

This didn't work: ``` WARNING: numpy not available! Array support will not be enabled Traceback (most recent call last): File "setup.py", line 350, in readme = open('README.rst', encoding="utf-8").read() TypeError: 'encoding'...

I've added: ``` dnf -y group install "Development Tools" ``` to the container and rebuilt it. A quick test shows that it can now compile and run a simple C...

I haven't had time to look into the missing nvidia modules today but will investigate tomorrow.

I think I probably need to set up the WSL-2 environment where the container is being built with GPU support as described here: https://docs.nvidia.com/cuda/wsl-user-guide/index.html before re-building the container for the...

The container is set up wrong again because in my real CentOS Stream release 8 VM with the Cray PE installed: ``` export CRAY_ENABLE_PE=/etc/cray-pe.d/enable-pe.sh . $CRAY_ENABLE_PE module list ``` ```...