Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Added missing wget package for fetching dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Aug 16, 2023
1 parent 2d6cf87 commit 7198e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
[tool.cibuildwheel.linux]
environment = {SKBUILD_CONFIGURE_OPTIONS="-DBUILD_SHARED_LIBS=OFF"}
before-all = [
"yum install m4 doxygen -y",
"yum install wget m4 doxygen -y",
"buildscripts/fetch_dependencies.sh -d build",
"buildscripts/build_dependencies.sh -c GNU-Linux -p /usr/local"
]
Expand Down

0 comments on commit 7198e0d

Please sign in to comment.