Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit

Permalink
Fix windows-2022 wheels & MANIFEST.in warnings (#388)
Browse files Browse the repository at this point in the history
* Fix MANIFEST.in
* Use v141 toolset
  • Loading branch information
eleftherioszisis authored Mar 3, 2022
1 parent efd94ab commit 86fabba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdist-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
C:\windows\system32\tar.exe xf hdf5-1.12.0-Std-win10_64-vs16.zip
start /wait msiexec /a "%cd%\hdf\HDF5-1.12.0-win64.msi" /qn TARGETDIR="c:\hdf5\"
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" -vcvars_ver=14.0
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" -vcvars_ver=14.1
set HDF5_DIR=C:\hdf5\HDF_Group\HDF5\1.12.0\cmake
Expand Down
12 changes: 6 additions & 6 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ include CMakeLists.txt

# MorphIO submodule dependencies
include 3rdparty/GSL_LITE/CMakeLists.txt 3rdparty/GSL_LITE/gsl-lite.natvis
recursive-include 3rdparty/GSL_LITE/cmake/ *
recursive-include 3rdparty/GSL_LITE/include/ *
recursive-include 3rdparty/GSL_LITE/cmake *
recursive-include 3rdparty/GSL_LITE/include *

include 3rdparty/HighFive/CMakeLists.txt
recursive-include 3rdparty/HighFive/include/ *
recursive-include 3rdparty/HighFive/CMake/ *
recursive-include 3rdparty/HighFive/doc/ *
recursive-include 3rdparty/HighFive/include *
recursive-include 3rdparty/HighFive/CMake *
recursive-include 3rdparty/HighFive/doc *

include 3rdparty/lexertl14/CMakeLists.txt
recursive-include 3rdparty/lexertl14/include/lexertl/ *
recursive-include 3rdparty/lexertl14/include/lexertl *

# pybind11 for python bindings
recursive-include binds/python/pybind11/include *
Expand Down

0 comments on commit 86fabba

Please sign in to comment.