derpycode / muffindoc

GNU General Public License v3.0
10 stars 7 forks source link

netcdf packages on unidata no longer exist #12

Open b-r-hamilton opened 9 months ago

b-r-hamilton commented 9 months ago

Hi - trying to follow the instructions for a Ubuntu installation, and the netcdf packages for FORTRAN and C no longer exist on unidata, it appears that they've been updated to newer versions. Is there any recommendation of where to source the original versions of these packages? For reference

$ wget ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-cxx-4.2.tar.gz
--2023-12-14 12:21:03--  ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-cxx-4.2.tar.gz
           => ‘netcdf-cxx-4.2.tar.gz’
Resolving ftp.unidata.ucar.edu (ftp.unidata.ucar.edu)... 128.117.149.10
Connecting to ftp.unidata.ucar.edu (ftp.unidata.ucar.edu)|128.117.149.10|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/netcdf ... done.
==> SIZE netcdf-cxx-4.2.tar.gz ... done.

==> PASV ... done.    ==> RETR netcdf-cxx-4.2.tar.gz ... 
No such file ‘netcdf-cxx-4.2.tar.gz’.

Same occurs for netcdf-4.6.1, netcdf-fortran-4.4.4

evansmn commented 8 months ago

Brynnydd,

I found those now here:

https://artifacts.unidata.ucar.edu/repository/downloads-netcdf-fortran/4.4.4/netcdf-fortran-4.4.4.tar.gz

https://downloads.unidata.ucar.edu/netcdf-cxx/4.2/netcdf-cxx-4.2.tar.gz

Mike

On Thu, Dec 14, 2023 at 12:24 PM Brynnydd (Brynn) Hamilton < @.***> wrote:

Hi - trying to follow the instructions for a Ubuntu installation, and the netcdf packages for FORTRAN and C no longer exist on unidata, it appears that they've been updated to newer versions. Is there any recommendation of where to source the original versions of these packages? For reference

$ wget ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-cxx-4.2.tar.gz --2023-12-14 ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-cxx-4.2.tar.gz--2023-12-14 12:21:03-- ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-cxx-4.2.tar.gz => ‘netcdf-cxx-4.2.tar.gz’ Resolving ftp.unidata.ucar.edu (ftp.unidata.ucar.edu)... 128.117.149.10 Connecting to ftp.unidata.ucar.edu (ftp.unidata.ucar.edu)|128.117.149.10|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /pub/netcdf ... done. ==> SIZE netcdf-cxx-4.2.tar.gz ... done.

==> PASV ... done. ==> RETR netcdf-cxx-4.2.tar.gz ... No such file ‘netcdf-cxx-4.2.tar.gz’.

Same occurs for netcdf-4.6.1, netcdf-fortran-4.4.4

— Reply to this email directly, view it on GitHub https://github.com/derpycode/muffindoc/issues/12, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD35V4BSWXVLHTAR3XIVXN3YJMY4FAVCNFSM6AAAAABAVGPZCSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2DEMJUGY2TQNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

--

Michael Evans (he/him/his) ph: 301-405-8763 Department of Geology & ESSIC fax: 301-405-3597 University of Maryland email: @.*** Geology Bldg (#237), Rm. 1120 www.geol.umd.edu/ http://www.geol.umd.edu/~mnevans/~mnevans/ 8000 Regents Dr College Park, MD 20742-4200

derpycode commented 7 months ago

Thanks. The manual needs updating .... I note that the last time I installed netCDF, I in any case used: ftp.unidata.ucar.edu/pub/netcdf/netcdf-c-4.8.0.tar.gz ftp.unidata.ucar.edu/pub/netcdf/netcdf-fortran-4.5.3.tar.gz downloads.unidata.ucar.edu/netcdf-cxx/4.2/netcdf-cxx-4.2.tar.gz We are working on a better recommended netCDF install with default config settings so that M1 MacOS users can run GENIE again.