From 243c6148cf63f0a9136ed29d49390ac5582d8ba4 Mon Sep 17 00:00:00 2001 From: Caila Finn Date: Wed, 25 Sep 2024 17:08:24 +0100 Subject: [PATCH] Replace external data location RE mantidproject/dockerfiles#99 --- buildconfig/CMake/MantidExternalData.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildconfig/CMake/MantidExternalData.cmake b/buildconfig/CMake/MantidExternalData.cmake index 786ad5a54752..738ce5cb0637 100644 --- a/buildconfig/CMake/MantidExternalData.cmake +++ b/buildconfig/CMake/MantidExternalData.cmake @@ -39,7 +39,7 @@ file:///var/bigharddrive/%(algo)/%(hash)" mark_as_advanced(ExternalData_URL_TEMPLATES) list(APPEND ExternalData_URL_TEMPLATES "file:///home/builder/MantidExternalData-readonly/%(algo)/%(hash)") list(APPEND ExternalData_URL_TEMPLATES "file:///Users/builder/MantidExternalData-readonly/%(algo)/%(hash)") -list(APPEND ExternalData_URL_TEMPLATES "http://ndw1598.isis.cclrc.ac.uk/externaldata/%(algo)/%(hash)") +list(APPEND ExternalData_URL_TEMPLATES "http://172.16.114.127/external-data/%(algo)/%(hash)") # This should always be last as it's the main read/write cache list(APPEND ExternalData_URL_TEMPLATES "https://testdata.mantidproject.org/ftp/external-data/%(algo)/%(hash)")