-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
pkgconf: Update to 1.8.0, remove runtime dep on environment variable SAGE_LOCAL #29779
Comments
comment:2
It looks like we can specify the https://github.com/pkgconf/pkgconf/blob/master/configure.ac Afterwards, we can probably just symlink pkgconf to "pkg-config", and then rely on PATH to choose the right one. |
comment:3
src/bin/sage-env already prepends the sage-specific
Then in sage-env,
So we "shouldn't" be hurt by ditching the pkgconf wrapper script and hard-coding the full list of paths into pkgconf at build time. |
comment:4
Sounds right to me |
Changed keywords from none to sd111 |
comment:6
Hoping we can make progress on this ticket this week - https://wiki.sagemath.org/days111 |
comment:7
Sage development has entered the release candidate phase for 9.3. Setting a new milestone for this ticket based on a cursory review of ticket status, priority, and last modification date. |
comment:8
Any progress here? |
comment:12
@orlitzky, it sounds like you have some free time. Care to work on this ticket? |
comment:13
I never wanted to work on it in the first place. pkg-config is a standard, stable, system utility that's available everywhere. We should delete the SPKG and require that the user have it installed. Treadmill tickets like these are a complete waste of time, but not mine. |
Author: Matthias Koeppe |
This comment has been minimized.
This comment has been minimized.
Commit: |
comment:17
there are changes of |
comment:18
These are resolved as m4 macros - see the m4 invocation in spkg-postinst.in |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:20
Let's get this in please |
comment:21
lgtm |
Reviewer: Dima Pasechnik |
comment:22
Thanks! |
(from #29411)
We upgrade pkgconf from the ancient version 0.9.7 and make it work outside of
sage-env
.CC: @orlitzky @dimpase @vbraun
Component: packages: standard
Keywords: sd111
Author: Matthias Koeppe
Branch/Commit:
9c123af
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/29779
The text was updated successfully, but these errors were encountered: