Skip to content

Commit

Permalink
Remove the dependencies not used by the dummy version
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Apr 8, 2023
1 parent 8e8ee33 commit 2d9c6c0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions H/HSL/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,14 @@ meson install -C builddir
# These are the platforms we will build for by default, unless further
# platforms are passed in on the command line
platforms = supported_platforms()
platforms = expand_gfortran_versions(platforms)

# The products that we will ensure are always built
products = [
LibraryProduct("libhsl", :libhsl)
]

# Dependencies that must be installed before this package can be built
dependencies = [
Dependency(PackageSpec(name="METIS_jll", uuid="d00139f3-1899-568f-a2f0-47f597d42d70"))
Dependency(PackageSpec(name="CompilerSupportLibraries_jll", uuid="e66e0078-7015-5450-92f7-15fbd957f2ae"))
Dependency(PackageSpec(name="MPICH_jll", uuid="7cb0a576-ebde-5e09-9194-50597f1243b4"); platforms=filter(!Sys.iswindows, platforms)),
Dependency(PackageSpec(name="MicrosoftMPI_jll", uuid="9237b28f-5490-5468-be7b-bb81f5f5e6cf"); platforms=filter(Sys.iswindows, platforms)),
Dependency(PackageSpec(name="libblastrampoline_jll", uuid="8e850b90-86db-534c-a0d3-1478176c7d93"))
]
dependencies = []

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; julia_compat="1.6")

0 comments on commit 2d9c6c0

Please sign in to comment.