remove distutils usage#2193
Merged
Merged
Conversation
Collaborator
alexsavulescu
added a commit
that referenced
this pull request
Jan 25, 2023
Collaborator
3 tasks
5a7c1b1 to
036ff28
Compare
Codecov Report
@@ Coverage Diff @@
## master #2193 +/- ##
=======================================
Coverage 56.25% 56.25%
=======================================
Files 617 618 +1
Lines 124106 124113 +7
=======================================
+ Hits 69812 69818 +6
- Misses 54294 54295 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Collaborator
Collaborator
* follow PEP632 * add own `strtobool` * use new_compiler from setuptools build_ext for now * `python setup.py install` is deprecated (and problematic see -> #1605) * drop NRN_ENABLE_MODULE_INSTALL * modules installed in default location * drop `SETUPTOOLS_USE_DISTUTILS=stdlib`
4c7e362 to
37f2260
Compare
Collaborator
|
✔️ 37f2260 -> Azure artifacts URL |
d24a85e to
f5758a8
Compare
|
✔️ f5758a8 -> Azure artifacts URL |
Contributor
Collaborator
Contributor
|
✔️ a01ee59 -> Azure artifacts URL |
Collaborator
9705a08 to
ca81262
Compare
Collaborator
|
✔️ 51b9d06 -> Azure artifacts URL |
44ce8a9 to
ae3ed1e
Compare
|
✔️ ae3ed1e -> Azure artifacts URL |
fbeaad5 to
df55cb2
Compare
df55cb2 to
824c765
Compare
|
✔️ 824c765 -> Azure artifacts URL |
nrnhines
approved these changes
Feb 8, 2023
nrnhines
left a comment
Member
There was a problem hiding this comment.
Very good. Will be happy to no longer see distutils messages:)
Collaborator
nrnhines
pushed a commit
that referenced
this pull request
Sep 6, 2023
nrnhines
pushed a commit
that referenced
this pull request
Sep 6, 2023
* remove distutils usage * follow PEP632 * add own `strtobool` * use new_compiler from setuptools build_ext for now * `python setup.py install` is deprecated (and problematic see -> #1605) * update NRN_ENABLE_MODULE_INSTALL logic * modules installed in default location * drop `SETUPTOOLS_USE_DISTUTILS=stdlib` * MUSIC + MPI multiple includes fix from #2209 * MUSIC CI basic tests
2 tasks
JCGoran
pushed a commit
that referenced
this pull request
Jan 12, 2024
* remove distutils usage * follow PEP632 * add own `strtobool` * use new_compiler from setuptools build_ext for now * `python setup.py install` is deprecated (and problematic see -> #1605) * update NRN_ENABLE_MODULE_INSTALL logic * modules installed in default location * drop `SETUPTOOLS_USE_DISTUTILS=stdlib` * MUSIC + MPI multiple includes fix from #2209 * MUSIC CI basic tests
JCGoran
pushed a commit
that referenced
this pull request
Jan 12, 2024
* remove distutils usage * follow PEP632 * add own `strtobool` * use new_compiler from setuptools build_ext for now * `python setup.py install` is deprecated (and problematic see -> #1605) * update NRN_ENABLE_MODULE_INSTALL logic * modules installed in default location * drop `SETUPTOOLS_USE_DISTUTILS=stdlib` * MUSIC + MPI multiple includes fix from #2209 * MUSIC CI basic tests
JCGoran
pushed a commit
that referenced
this pull request
Jan 16, 2024
* remove distutils usage * follow PEP632 * add own `strtobool` * use new_compiler from setuptools build_ext for now * `python setup.py install` is deprecated (and problematic see -> #1605) * update NRN_ENABLE_MODULE_INSTALL logic * modules installed in default location * drop `SETUPTOOLS_USE_DISTUTILS=stdlib` * MUSIC + MPI multiple includes fix from #2209 * MUSIC CI basic tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
remove disutils usage
follow PEP632
add own
strtobooluse new_compiler from setuptools build_ext for now
python setup.py installis deprecated (and problematic see -> setuptools 60 installs neuron lib in wrong folder #1605)drop
SETUPTOOLS_USE_DISTUTILS=stdlib