"vscode:/vscode.git/clone" did not exist on "a206ecac0a7fb9a274b54a83caf52742a552461b"
Commit cd288a05 authored by Josep Pon Farreny's avatar Josep Pon Farreny
Browse files

Fixed PCRE url

As stated in https://pcre.org/, PCRE has been moved to sourceforge
and the old FTP is no longer available.
parent 780c2fb9
...@@ -424,10 +424,9 @@ function build_netcdf { ...@@ -424,10 +424,9 @@ function build_netcdf {
&& make -j4 \ && make -j4 \
&& make install) && make install)
touch netcdf-stamp touch netcdf-stamp
}
function build_pcre { function build_pcre {
build_simple pcre $PCRE_VERSION https://ftp.pcre.org/pub/pcre build_simple pcre $PCRE_VERSION https://sourceforge.net/projects/pcre/files/pcre/${PCRE_VERSION}
} }
function build_swig { function build_swig {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment