Skip to content

Commit

Permalink
Print version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanurielf committed Jul 8, 2022
1 parent e5abc5d commit 06298c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ function pre_build {
export KVXOPT_SUITESPARSE_SRC_DIR=`pwd`/SuiteSparse
}

# Override build_wheel to use build_bdist_wheel
function build_wheel {
# Print versioneer
check_python
(cd kvxopt && $PYTHON_EXE setup.py version)
# Wheel building with bdist_wheel. See bdist_wheel_cmd
wrap_wheel_builder build_wheel_cmd "bdist_wheel_cmd" $@
}

function run_tests {

# Runs tests on installed distribution from an empty directory
Expand Down
2 changes: 1 addition & 1 deletion multibuild
Submodule multibuild updated 1 files
+1 −0 common_utils.sh

0 comments on commit 06298c1

Please sign in to comment.