Removed the "type" attribute in the misc_package description.

This commit is contained in:
antux18 2024-07-19 15:28:58 +02:00
parent cb98727554
commit 1861f44f1e
8 changed files with 15 additions and 21 deletions

View File

@ -12,23 +12,19 @@ let { Artifact, .. } = import "../workflow/nickel/artifact_contract.ncl" in
misc_packages = [ misc_packages = [
{ {
name = "NetLogo-6.2.0-64", name = "NetLogo-6.2.0-64",
url = "http://ccl.northwestern.edu/netlogo/6.2.0/NetLogo-6.2.0-64.tgz", url = "http://ccl.northwestern.edu/netlogo/6.2.0/NetLogo-6.2.0-64.tgz"
type = "tar"
}, },
{ {
name = "root_v6.22.06_python3.9_ubuntu-20.04", name = "root_v6.22.06_python3.9_ubuntu-20.04",
url = "http://biodynamo-lfs.web.cern.ch/biodynamo-lfs/third-party/root_v6.22.06_python3.9_ubuntu-20.04.tar.gz", url = "http://biodynamo-lfs.web.cern.ch/biodynamo-lfs/third-party/root_v6.22.06_python3.9_ubuntu-20.04.tar.gz"
type = "tar"
}, },
{ {
name = "qt_v5.12.10_ubuntu-20.04", name = "qt_v5.12.10_ubuntu-20.04",
url = "http://biodynamo-lfs.web.cern.ch/biodynamo-lfs/third-party/qt_v5.12.10_ubuntu-20.04.tar.gz", url = "http://biodynamo-lfs.web.cern.ch/biodynamo-lfs/third-party/qt_v5.12.10_ubuntu-20.04.tar.gz"
type = "tar"
}, },
{ {
name = "paraview_v5.9.0_ubuntu-20.04_default", name = "paraview_v5.9.0_ubuntu-20.04_default",
url = "http://biodynamo-lfs.web.cern.ch/biodynamo-lfs/third-party/paraview_v5.9.0_ubuntu-20.04_default.tar.gz", url = "http://biodynamo-lfs.web.cern.ch/biodynamo-lfs/third-party/paraview_v5.9.0_ubuntu-20.04_default.tar.gz"
type = "tar"
}, },
], ],
} | Artifact } | Artifact

View File

@ -10,6 +10,6 @@ let { Artifact, .. } = import "../workflow/nickel/artifact_contract.ncl" in
{ name = "MocCUDA", location = "/root/MocCUDA"} { name = "MocCUDA", location = "/root/MocCUDA"}
], ],
misc_packages = [ misc_packages = [
{ name = "cmake-3.23.1", url = "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1.tar.gz", type = "tar" } { name = "cmake-3.23.1", url = "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1.tar.gz" }
], ],
} | Artifact } | Artifact

View File

@ -8,6 +8,6 @@ let { Artifact, .. } = import "../workflow/nickel/artifact_contract.ncl" in
package_managers = [ "dpkg", "pip" ], package_managers = [ "dpkg", "pip" ],
git_packages = [], git_packages = [],
misc_packages = [ misc_packages = [
{ name = "HPAC", url = "https://github.com/koparasy/HPAC/archive/refs/heads/develop.zip", type = "zip" } # CMake also but not downloaded, so cannot add to list... { name = "HPAC", url = "https://github.com/koparasy/HPAC/archive/refs/heads/develop.zip" } # CMake also but not downloaded, so cannot add to list...
], ],
} | Artifact } | Artifact

View File

@ -10,6 +10,6 @@ let { Artifact, .. } = import "../workflow/nickel/artifact_contract.ncl" in
{ name = "pkg1", location = "path/to/git/repo"} { name = "pkg1", location = "path/to/git/repo"}
], ],
misc_packages = [ misc_packages = [
{ name = "mpkg1", url = "http://example.com/package.zip", type = "zip" # Possible values: zip, tar } { name = "mpkg1", url = "http://example.com/package.zip" }
] ]
} | Artifact } | Artifact

View File

@ -10,6 +10,6 @@ let { Artifact, .. } = import "../workflow/nickel/artifact_contract.ncl" in
{ name = "pkg1", location = "/pkg1"} { name = "pkg1", location = "/pkg1"}
], ],
misc_packages = [ misc_packages = [
{ name = "mpkg1", url = "http://localhost/package1.zip", type = "zip" } { name = "mpkg1", url = "http://localhost/package1.zip" }
], ],
} | Artifact } | Artifact

View File

@ -8,6 +8,6 @@ let { Artifact, .. } = import "../workflow/nickel/artifact_contract.ncl" in
package_managers = [ "dpkg", "conda" ], package_managers = [ "dpkg", "conda" ],
git_packages = [], git_packages = [],
misc_packages = [ misc_packages = [
{name = "Miniconda3-py37_4.12.0-Linux-x86_64", url = "https://repo.anaconda.com/miniconda/Miniconda3-py37_4.12.0-Linux-x86_64.sh", type = "zip"} {name = "Miniconda3-py37_4.12.0-Linux-x86_64", url = "https://repo.anaconda.com/miniconda/Miniconda3-py37_4.12.0-Linux-x86_64.sh" }
], ],
} | Artifact } | Artifact

View File

@ -14,13 +14,11 @@ let { Artifact, .. } = import "../workflow/nickel/artifact_contract.ncl" in
misc_packages = [ misc_packages = [
{ {
name = "mpich-3.1.4", name = "mpich-3.1.4",
url = "http://www.mpich.org/static/downloads/3.1.4/mpich-3.1.4.tar.gz", url = "http://www.mpich.org/static/downloads/3.1.4/mpich-3.1.4.tar.gz"
type = "tar"
}, },
{ {
name = "Python-3.10.2", name = "Python-3.10.2",
url = "https://www.python.org/ftp/python/3.10.2/Python-3.10.2.tgz", url = "https://www.python.org/ftp/python/3.10.2/Python-3.10.2.tgz"
type = "tar"
} }
], ],
} | Artifact } | Artifact

View File

@ -7,11 +7,11 @@ let { Artifact, .. } = import "../workflow/nickel/artifact_contract.ncl" in
dockerfile_location = "deinsum-sc22-artifact-7559901/docker_gpu", dockerfile_location = "deinsum-sc22-artifact-7559901/docker_gpu",
package_managers = [ "dpkg", "pip" ], package_managers = [ "dpkg", "pip" ],
git_packages = [ git_packages = [
{ name = "dace", location = "/dace"}, { name = "dace", location = "/dace" },
{ name = "multilinear-algebra-sc22-artifact", location = "/multilinear-algebra-sc22-artifact"}, { name = "multilinear-algebra-sc22-artifact", location = "/multilinear-algebra-sc22-artifact" },
{ name = "ctf", location = "/ctf"} { name = "ctf", location = "/ctf" }
], ],
misc_packages = [ misc_packages = [
{ name = "pip", url = "https://bootstrap.pypa.io/get-pip.py", type = "zip"} { name = "pip", url = "https://bootstrap.pypa.io/get-pip.py" }
], ],
} | Artifact } | Artifact