Skip to content

Commit

Permalink
Add MPIPreferences as a dependency and rebuild LAMMPS (#4755)
Browse files Browse the repository at this point in the history
* Add MPIPreferences as a dependency and rebuild LAMMPS

* fixup! Add MPIPreferences as a dependency and rebuild LAMMPS
  • Loading branch information
vchuravy authored Apr 14, 2022
1 parent ae998e4 commit 9d058ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions L/LAMMPS/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cmake -C ../cmake/presets/most.cmake -C ../cmake/presets/nolib.cmake ../cmake -D
-DPKG_USER-DPD=OFF \
-DPKG_USER-SDPD=OFF \
-DPKG_DPD-SMOOTH=OFF
make -j${nproc}
make install
Expand Down Expand Up @@ -88,6 +88,6 @@ append!(dependencies, platform_dependencies)
# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, all_platforms, products, dependencies;
julia_compat="1.6", preferred_gcc_version=v"8",
augment_platform_block, lazy_artifacts=true) # Change lazy_artifacts after https://github.com/JuliaPackaging/BinaryBuilder.jl/issues/1179
augment_platform_block)

# bump
1 change: 1 addition & 0 deletions platforms/mpi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function augment_platforms(platforms)
append!(all_platforms, pkg_platforms)
push!(dependencies, Dependency(pkg; compat, platforms=pkg_platforms))
end
push!(dependencies, Dependency(PackageSpec(name="MPIPreferences", uuid="3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"); compat="0.1"))
return all_platforms, dependencies
end

Expand Down

0 comments on commit 9d058ca

Please sign in to comment.