balston
balston
Module file added and basic tests run using the following module files: ``` module load beta-modules module load gcc-libs/10.2.0 module load compilers/gnu/10.2.0 module load openblas/0.3.13-native-threads/gnu-10.2.0 module load java/1.8.0_92 module load...
Check and Update Prerequisites for Additional R Packages and Bioconductor -- Next step is to install the additional R packages using the _R-4.1.1_packages_install_ script in build_scripts. Before this can be...
Updating SQLite to 3.36.0 as per RSqlite package version. Build using: ``` module -f unload compilers mpi gcc-libs module load beta-modules module load gcc-libs/10.2.0 module load compilers/gnu/10.2.0 ./SQLite-3.36.0_install 2>&1 |...
For the Geographic packages: proj.4, gdal, geos and gmt it is normally best to build latest stable versions as they all interact with each other. Starting with: - PROJ.4 which...
Build PROJ.4 using above modules and: ``` module load sqlite/3.36.0/gnu-10.2.0 ./PROJ.4-8.1.1_install 2>&1 | tee ~/Software/PROJ.4/PROJ.4-8.1.1_install.log ```
Build has completed. Checking and then updating module file.
- GDAL 3.3.2 - https://gdal.org/ Build using the above modules and: ``` module load proj.4/8.1.1/gnu-10.2.0 ./gdal-3.3.2_install 2>&1 | tee ~/Software/GDAL/gdal-3.3.2_install.log ```
I'm getting a warning during the build: ``` configure: WARNING: Can not find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version! ``` Investigating ...
Trying out a fix to the build script ...
The fix seems to have worked. I had an extra directory at the end of the SQLITE3 environment variable in the build script. I must have copied and pasted too...