-
- Downloads
[addWheelToPackage] Add Python Wheel to the Package
Merging branch 'addWheelToPackage' into 'main'. The Python wheel is produced before the BornAgain package and added to the package on MacOS and MS-Windows platforms. The package folder structure is the following (e.g., for Python 3.9): ``` <Package-Root> | ... | +- python | +- 3.9 | +- wheel {includes the wheel file} | +- dist-packages {BA's previous Python distribution} | +- bornagain ``` The wheel can be installed via the standard Python's `pip`; e.g., ``` python3 -m pip install BornAgain.whl ``` For further options, consult [pip's documentation](https://pip.pypa.io/en/stable). BornAgain's previous Python distribution mechanism remains unaltered, regardless of whether it works or not. NOTE: The mechanism to produce a complete self-contained Linux package will be added in another branch. See merge request !841
Showing
- .gitlab-ci.yml 6 additions, 6 deletions.gitlab-ci.yml
- App/CMakeLists.txt 8 additions, 9 deletionsApp/CMakeLists.txt
- cmake/BornAgain/Directories.cmake 24 additions, 34 deletionscmake/BornAgain/Directories.cmake
- cmake/configurables/FixAppleBundle.cmake.in 0 additions, 7 deletionscmake/configurables/FixAppleBundle.cmake.in
- cmake/configurables/FixPack.cmake.in 31 additions, 0 deletionscmake/configurables/FixPack.cmake.in
- cmake/multipython/MakePythonWheel.cmake 2 additions, 2 deletionscmake/multipython/MakePythonWheel.cmake
- cmake/multipython/PyDependences.cmake 5 additions, 1 deletioncmake/multipython/PyDependences.cmake
- devtools/deploy/linux/mk_pypack_linux.sh.in 0 additions, 0 deletionsdevtools/deploy/linux/mk_pypack_linux.sh.in
- devtools/deploy/mac/adjust_mac_bundle.zsh.in 9 additions, 4 deletionsdevtools/deploy/mac/adjust_mac_bundle.zsh.in
- devtools/deploy/mac/mk_pypack_macos.zsh.in 1 addition, 1 deletiondevtools/deploy/mac/mk_pypack_macos.zsh.in
- devtools/windows/manual_winbuild.ps1 2 additions, 2 deletionsdevtools/windows/manual_winbuild.ps1
Loading
Please register or sign in to comment