Izaak "Zaak" Beekman

Results 344 comments of Izaak "Zaak" Beekman

perhaps this should be marked won't fix... I'll research what unix tools and similar do in this case

Isn't this resolved? I just installed via homebrew-cask. Unless I'm missing something. It looks like the flag needed was `-install`. The uninstall script (or adding a zap stanza) could use...

@MatthewWilkes : Would you mind telling me what you did to build this from source? Iā€™m having the same issues and the authors only document installing with pip or easy_install.

I should be able to get to this today

@Mte90 I don't see where this crashed. However, I do know that I need to finish upgrading this to use the new yml syntax. I'd also like to integrate this...

I plan to resolve this today, sorry for the delays.

Hi Damian, You need to add the NetCDF includes: ```CMake cmake_minimum_required(VERSION 3.7) project(build_against_netcdf LANGUAGES Fortran) # Find the native NetCDF includes and library include(cmake-modules/FindNetCDF.cmake) set (NETCDF_F90 "YES") # Require Fortran...