TEOS-10 / GSW-Python

Python implementation of TEOS-10 GSW based on ufunc wrappers of GSW-C
https://teos-10.github.io/GSW-Python
Other
143 stars 30 forks source link

test delvewheel #101

Closed ocefpaf closed 2 years ago

ocefpaf commented 2 years ago

This is similar to auditwheel (Linux) and delocate (macOS) but for Windows, in theory we don't need but it doesn't hurt to run it.

ocefpaf commented 2 years ago

As I suspected we don't need it but we also cannot run it b/c it returns a non-zero status when there is nothing to do.

  + delvewheel repair -w C:\Users\runneradmin\AppData\Local\Temp\cibw-run-s1jxy7y6\cp38-win_amd64\repaired_wheel C:\Users\runneradmin\AppData\Local\Temp\cibw-run-s1jxy7y6\cp38-win_amd64\built_wheel\gsw-3.4.1.post1.dev42+gfe20fc4-cp38-cp38-win_amd64.whl
  repairing C:\Users\runneradmin\AppData\Local\Temp\cibw-run-s1jxy7y6\cp38-win_amd64\built_wheel\gsw-3.4.1.post1.dev42+gfe20fc4-cp38-cp38-win_amd64.whl
  finding DLL dependencies
  no external dependencies are needed
  Traceback (most recent call last):
    File "C:\hostedtoolcache\windows\Python\3.10.7\x64\lib\runpy.py", line 196, in _run_module_as_main
      return _run_code(code, main_globals, None,
    File "C:\hostedtoolcache\windows\Python\3.10.7\x64\lib\runpy.py", line 86, in _run_code
      exec(code, run_globals)
    File "C:\Program Files (x86)\pipx\.cache\c059f87968a5929\Scripts\cibuildwheel.exe\__main__.py", line 7, in <module>
    File "C:\Program Files (x86)\pipx\.cache\c059f87968a5929\lib\site-packages\cibuildwheel\__main__.py", line 129, in main
      build_in_directory(args)
    File "C:\Program Files (x86)\pipx\.cache\c059f87968a5929\lib\site-packages\cibuildwheel\__main__.py", line 250, in build_in_directory
      cibuildwheel.windows.build(options, tmp_path)
    File "C:\Program Files (x86)\pipx\.cache\c059f87968a5929\lib\site-packages\cibuildwheel\windows.py", line 371, in build
      repaired_wheel = next(repaired_wheel_dir.glob("*.whl"))
  StopIteration
  Error: Process completed with exit code 1.