Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAHM is missing a configure.gnu.conda #162

Open
platipodium opened this issue Feb 5, 2023 · 2 comments
Open

PAHM is missing a configure.gnu.conda #162

platipodium opened this issue Feb 5, 2023 · 2 comments

Comments

@platipodium
Copy link
Contributor

CMake Error at CMakeLists.txt:234 (include):
  include could not find requested file:

    configure_gnu.conda

@platipodium
Copy link
Contributor Author

Contriibuted file ./cmake/Platforms/configure_gnu.conda.cmake

###########################################################################
### CMake Build System for the Parametric Hurricane Model (PaHM)
###
### Author: Panagiotis Velissariou <[email protected]>
###
### DEFINITIONS FOR THE "linux" ENVIRONMENT THAT USES THE GNU COMPILERS
###########################################################################

###========================================
### Check the environment and set required variables
###========================================
include(PlatformFuncs)


########## BEG:: CHECK FOR HDF5 ##########
get_env_hdf5()

if(NOT _DEFINED_HDF5)
  #Do nothing
endif()
########## END:: CHECK FOR HDF5 ##########


########## BEG:: CHECK FOR NETCDF ##########
get_env_netcdf()

if(NOT _DEFINED_NETCDF)
  #message(FATAL_ERROR "Couldn't find any of the NETCDF* environment variables.\n"
  #            "Load the appropriate NetCDF environment module before running cmake.")
endif()
########## END:: CHECK FOR NETCDF ##########

@platipodium
Copy link
Contributor Author

platipodium commented Feb 5, 2023

Please add upstream @pvelissariou1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant