Hello,
We are trying to install Vapor on Fedora 37 and 38. There is no installer for Fedora, but we tried the ones for CentOS and Suse, without luck.
Is there a way to install it on Fedora?
Thanks
Hello,
We are trying to install Vapor on Fedora 37 and 38. There is no installer for Fedora, but we tried the ones for CentOS and Suse, without luck.
Is there a way to install it on Fedora?
Thanks
Hi, we don’t currently support Fedora, but we are currently working on incorporating a SPACK recipe for VAPOR. You might be able to build a version for yourself with this method. Note, this could take several hours.
After installing SPACK:
git clone -c feature.manyFiles=true https://github.com/NCAR/csg-spack-fork.git spack
cd spack
source share/spack/setup-env.sh (assuming you use a Bourne-type shell)
export SPACK_DISABLE_LOCAL_CONFIG=true
spack compiler find
spack install -j 4 vapor ^hdf5~mpi
Thank you,
We will try it this way.
Regards.