irods / irods_netcdf

iRODS plugins for NetCDF - API, iCommands, and microservices
Other
2 stars 5 forks source link

building and testing requires PowerTools on an RHEL-8 like platform #25

Open d-w-moore opened 2 years ago

d-w-moore commented 2 years ago

netcdf-devel and libnetcdf package required for building and testing, respectively. This may require lines such as the following to be added in the development and testing environments' almalinux8 Dockerfiles.

RUN yum install -y dnf-plugins-core
RUN yum config-manager --set-enabled powertools

And note also, each yum command can be invoked equivalently as dnf, with the same argument list, because yum and dnf commands are aliased to the same executable on almalinux 8