Search Criteria
Package Details: grace 5.1.25-12
Package Actions
Git Clone URL: | https://aur.archlinux.org/grace.git (read-only, click to copy) |
---|---|
Package Base: | grace |
Description: | 2D plotting tool |
Upstream URL: | http://plasma-gate.weizmann.ac.il/Grace/ |
Licenses: | GPL |
Submitter: | Barthalion |
Maintainer: | arcanis |
Last Packager: | arcanis |
Votes: | 6 |
Popularity: | 0.058015 |
First Submitted: | 2018-01-06 20:54 (UTC) |
Last Updated: | 2024-08-21 18:44 (UTC) |
Required by (1)
- goqat (optional)
Sources (13)
- configure-implicit-declarations.diff
- fftw3.diff
- font-extension-t1.diff
- gracerc.diff
- grconvert-tirpc.diff
- https://plasma-gate.weizmann.ac.il/pub/grace/src/stable/grace-5.1.25.tar.gz
- netbook_small_screen_2.diff
- netcdf-build-fix.diff
- non-resizable-dialogs.diff
- nonlinear_extended.diff
- source-hardening.diff
- t1lib-general.diff
- tmpnam_to_mkstemp.diff
Latest Comments
1 2 3 Next › Last »
aboliveira commented on 2024-08-21 13:42 (UTC)
Perhaps include debian patch files along with the PKGBUILD rather than point to the debian page? This would also solve the debian_version variable (which I dislike).
Sophon96 commented on 2024-08-21 08:37 (UTC)
The Debian version is now
5.1.25-16
, by the way.arcanis commented on 2024-08-05 12:59 (UTC)
I don't think following debian versioning is a good idea, because in this case we won't be able to bump pkgrel on our own (e.g. if we need to update dependencies list)
gerson commented on 2024-07-16 17:57 (UTC)
Debian links are broken. Debian version should be
_debian_version="5.1.25-15"
. I've tested by changing this var and replacing the sha512sums with SKIP for now and it works fine.Also, if Debian labels as 5.1.25-10, should the pkgrel here also be increased to 15?
frankspace commented on 2024-07-05 16:10 (UTC)
I can confirm what @ahanlon found.
I tried adding
'!lto'
to theoptions
array, and that seems to have cured it (at least based on just blindly runningnm /usr/lib/libgrace_np.a
and looking at the output).ahanlon commented on 2024-06-12 22:52 (UTC)
With the latest version here, I am no longer able to successfully link to the static library file produced from this package. Specifically, there are undefined reference errors (e.g. undefined references to GraceClose). When I attempt to look at the symbols inside the static library, I get this output
which is much smaller than expected, and suggests that many things are missing. I've compared this to the old static library file produced (which contains all the needed objects).
aboliveira commented on 2024-06-03 14:10 (UTC)
Wow, it builds now. That was fast. Voting right now :-)
aboliveira commented on 2024-06-02 02:56 (UTC)
It fails to build. Meanwhile I'm using qtgrace...
kbk commented on 2024-05-31 17:16 (UTC)
A new patch is available on debian, it is like this one on macports: https://sources.debian.org/data/main/g/grace/1:5.1.25-14/debian/patches/configure-implicit-declarations.diff
This time I face an other error with T1lib :(
Not sure what to do, so I dozngrade
-Wno-implicit-int
errors to a warning with CFLAGS='-Wno-error=implicit-int' ( see gcc docs here) ... and it build and install successfully :)This is a rapid hack to get grace working, as I urgently need it!
Please help to fix and keep this package working.
kbk commented on 2024-05-29 07:53 (UTC)
grace fails to build with
1 2 3 Next › Last »