add macports environment to tox.ini#35667
Merged
vbraun merged 39 commits intosagemath:developfrom Dec 26, 2023
Merged
Conversation
Contributor
|
Rebased but not tested |
added 28 commits
December 17, 2023 12:14
git grep -l \" build/pkgs/*/distros* | xargs sed -i.bak '/^"/s/"//g' git grep -l -E '^([^# ]+) +([^# ][^#]+)(#.*)' build/pkgs/*/distros/*.txt | xargs sed -E -i.bak $'s/^([^# ]+) +([^# ][^#]+)(#.*)?/\\3\\\n\\1\\\n\\2/' git grep -l -E '^([^# ]+) +([^# ][^#]+)' build/pkgs/*/distros/*.txt | xargs sed -E -i.bak $'s/^([^# ]+) +([^# ][^#]+)/\\1\\\n\\2/' git grep -l -E ' +$' build/pkgs/*/distros/*.txt | xargs sed -E -i.bak 's/[ ]+$//'
…_SITEPACKAGES is respected
…as configure arg, not environment variable This is so that the presence of the environment variable at 'make' time does not break the build when the compiler is not actually present.
…rts-gcc_{spkg,9,10,11}
added 11 commits
December 18, 2023 10:49
…be variants that do not work
…ports_environment
… print_shell_command
Contributor
|
@dimpase Let's merge it? |
Member
Author
|
well, I don't mind if it's still in the works. |
|
Documentation preview for this PR (built with commit b5ad624; changes) is ready! 🎉 |
Contributor
|
OK. Already the warning message "Use of MacPorts is experimental" is certainly an improvement and better than just silently using people's MacPorts installation. |
vbraun
pushed a commit
to vbraun/sage
that referenced
this pull request
Dec 21, 2023
sagemathgh-35667: add macports environment to tox.ini this is the branch from sagemath#31505, rebased over Sage 10.0 branch Resolves sagemath#31505 - Depends on sagemath#36910 (merged here) URL: sagemath#35667 Reported by: Dima Pasechnik Reviewer(s):
vbraun
pushed a commit
to vbraun/sage
that referenced
this pull request
Dec 22, 2023
sagemathgh-35667: add macports environment to tox.ini this is the branch from sagemath#31505, rebased over Sage 10.0 branch Resolves sagemath#31505 - Depends on sagemath#36910 (merged here) URL: sagemath#35667 Reported by: Dima Pasechnik Reviewer(s):
vbraun
pushed a commit
to vbraun/sage
that referenced
this pull request
Dec 23, 2023
sagemathgh-35667: add macports environment to tox.ini this is the branch from sagemath#31505, rebased over Sage 10.0 branch Resolves sagemath#31505 - Depends on sagemath#36910 (merged here) URL: sagemath#35667 Reported by: Dima Pasechnik Reviewer(s):
vbraun
pushed a commit
to vbraun/sage
that referenced
this pull request
Dec 24, 2023
sagemathgh-35667: add macports environment to tox.ini this is the branch from sagemath#31505, rebased over Sage 10.0 branch Resolves sagemath#31505 - Depends on sagemath#36910 (merged here) URL: sagemath#35667 Reported by: Dima Pasechnik Reviewer(s):
vbraun
pushed a commit
to vbraun/sage
that referenced
this pull request
Dec 25, 2023
this is the branch from sagemath#31505, rebased over Sage 10.0 branch Resolves sagemath#31505 - Depends on sagemath#36910 (merged here) URL: sagemath#35667 Reported by: Dima Pasechnik Reviewer(s):
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.
this is the branch from #31505, rebased over Sage 10.0 branch
Resolves #31505