"ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "6717a85cc4255c7e3985d5cfdb022fbc9106830f"
Unverified Commit bb32cfec authored by Matti Picus's avatar Matti Picus Committed by GitHub
Browse files

Merge pull request #484 from jponf/task/fix-pcre-download

Fix pcre download
parents 780c2fb9 b71f6595
...@@ -427,7 +427,7 @@ function build_netcdf { ...@@ -427,7 +427,7 @@ function build_netcdf {
} }
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