Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added version 9.12.0 #2

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
2f95976
Added version 9.12.0
bahugo Mar 19, 2024
0007b88
Added Requires-Python to METADATA.in
bahugo Mar 19, 2024
8540a53
Fixed matix in github action
bahugo Mar 19, 2024
10fe12f
Adds write_distinfo python script
bahugo Mar 21, 2024
582bdfa
Updated med-file download link
bahugo Apr 18, 2024
5d56e1e
Corrected salome link
bahugo Apr 18, 2024
b719baf
Updated med-file download link
bahugo Apr 18, 2024
b0e6e13
Updated link
bahugo Apr 18, 2024
1009c2b
updated unzip
bahugo Apr 18, 2024
f02ba55
Modified extraction on linux
bahugo Apr 18, 2024
b641aad
Found direct link for med
bahugo Apr 18, 2024
2921507
Modified extraction
bahugo Apr 19, 2024
af736f9
Fixed extraction on linux
bahugo Apr 19, 2024
dcef02d
Fixed folder name in .bat compilation
bahugo Apr 19, 2024
7617848
Updated github action version
bahugo Apr 19, 2024
9642ca7
revert med-file version increment
bahugo Apr 19, 2024
4d276f8
Fixed extraction for 4.1.1 med tar.gz
bahugo Apr 19, 2024
d2e3022
Added __version__
bahugo Apr 19, 2024
8cbc0dd
Fixed write_distinfo.py call
bahugo Apr 19, 2024
449bc39
changed write_distinfo call
bahugo Apr 19, 2024
573d9f6
Fixed METADATA.in path
bahugo Apr 19, 2024
6210563
Fixed metadata_file path in write_distinfo.py
bahugo Apr 19, 2024
ec956f2
Added check in write_distinfo
bahugo Apr 19, 2024
4e11207
Using pyproject.toml and python build to build wheel (WIP)
bahugo Apr 19, 2024
dc920cf
Using pyproject.toml and python build to build wheel (WIP)
bahugo Apr 19, 2024
bd7ac7b
Changed wheel generation path
bahugo Apr 19, 2024
c90cf61
(WIP) added print in .bat
bahugo Apr 19, 2024
8c0f981
(WIP) Reworking windows compilation
bahugo Apr 22, 2024
5a15e1b
(WIP) windows installation
bahugo Apr 22, 2024
c854d6e
(WIP) added artifacts
bahugo Apr 22, 2024
26abc8f
(WIP) added artifacts
bahugo Apr 22, 2024
fa2ecac
(WIP) compilation on windows
bahugo Apr 22, 2024
0b4c684
(WIP) added echo
bahugo Apr 22, 2024
82b023c
(WIP) windows compilation
bahugo Apr 22, 2024
e51ad9e
(WIP) windows compilation
bahugo Apr 22, 2024
8ead7de
(WIP) windows compilation
bahugo Apr 22, 2024
52addda
(WIP) compilation windows
bahugo Apr 23, 2024
18e4a7e
(WIP) windows compilation
bahugo Apr 23, 2024
a09cb1c
(WIP) compilation windows
bahugo Apr 23, 2024
710bf67
(WIP) windows compilation
bahugo Apr 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [9.11.0]
version: [9.11.0, 9.12.0]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets drop 9.11

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've found another issue #3. It might be interesting to fix also 9.11.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want me to open another pull request for #3 and then remove version 9.11 from this one?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets do everything in one PR

abi: [cp38, cp39, cp310, cp311]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -37,22 +37,19 @@ jobs:
windows:
runs-on: windows-latest
permissions:
contents: write
contents: write
strategy:
matrix:
version: [9.11.0, 9.12.0]
include:
- abi: cp38
python-version: '3.8'
version: 9.11.0
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is still needed (update it)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- abi: cp39
python-version: '3.9'
version: 9.11.0
- abi: cp310
python-version: '3.10'
version: 9.11.0
- abi: cp311
python-version: '3.11'
version: 9.11.0

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions METADATA.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.8
Requires-Dist: numpy

Powerful library to manipulate meshes and fields from SALOME platform