Search Criteria
Package Details: upak 10.6.8-15
Package Actions
| Git Clone URL: | https://aur.archlinux.org/upak.git (read-only, click to copy) |
|---|---|
| Package Base: | upak |
| Description: | HRIBF Data Acquisition and analysis. |
| Upstream URL: | ftp://ftp.phy.ornl.gov/pub/upak/README.html |
| Licenses: | unknown |
| Submitter: | donpicoro |
| Maintainer: | donpicoro (effeffe) |
| Last Packager: | effeffe |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2012-03-03 00:38 (UTC) |
| Last Updated: | 2026-07-03 16:49 (UTC) |
Dependencies (4)
- bash (bash-gitAUR, bash-devel-gitAUR)
- libx11 (libx11-gitAUR)
- tcsh (tcsh-gitAUR)
- gcc-fortran (gcc-fortran-gitAUR, gcc-fortran-snapshotAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
effeffe commented on 2026-07-03 16:50 (UTC)
Updated as discussed - working and buildable standalone. All files in /opt/hhirf
effeffe commented on 2026-07-01 16:58 (UTC)
Regarding the fileSelect(int) edit you propose, that is for radware, not upak. It is a result of new C standards messing up with old stuff
I'm happy for you to merge that into radware :)
effeffe commented on 2026-07-01 16:46 (UTC) (edited on 2026-07-01 16:46 (UTC) by effeffe)
I have just created a new fresh test archlinux install with pacstrap, and tested the package there. Nothing installed beyond linux, base, base-devel and nano, plus dependencies listed in the PKGBUILD of upak.
It compiles as in pkgrel 14, but with the issue of looking for /opt/hhirf at package() time. I have patched this as follows (no major changes from before, just making a local txxps at build time, use that to make the docs, then recompile looking for hhirf.pro at the usual path.
donpicoro commented on 2026-07-01 15:52 (UTC)
Ufff... I need to think.
I think I use whatever default ones from arch since I compile this on a development CHROOT to make sure I get all dependencies right.
effeffe commented on 2026-07-01 15:48 (UTC)
Can I see your compiler errors, please? Are you compiling with gcc/gfortran, or do you have any special compiler flags in
/etc/makepkg.conf? Mine aredonpicoro commented on 2026-07-01 15:42 (UTC)
Something very simple to fix with this patch ;-)
the forward declaration does not have arguments.
/Pico
effeffe commented on 2026-07-01 15:36 (UTC)
Hi @donpicoro,
sure. I don't understand why it is not compiling on yours. It still compiles for me under pkgrel 14, even cleaning the folder and re-downloading everything.
Which errors do you see? Cheers, effeffe
donpicoro commented on 2026-06-30 14:44 (UTC)
@effeffe, Give it a whirl if you like
donpicoro commented on 2026-06-30 14:10 (UTC)
Hello @effeffe
since rw05 does not compile unless one patches it. I took the liberty to have a look at this again and I think we can come back to they way I had things before. They all go into /usr/bin /usr/lib and /usr/share...
of course radware needs to follow to link orphlib.a in /usr/lib/ but that just works.
Let me know what you think
/Pico
effeffe commented on 2025-02-24 21:21 (UTC)
This should solve all the problems with
/usr/hhirfand/usr/local/hhirfas they all get replaced by/opt/hhirfin PKGBUILD prepare. /effeffe1 2 3 4 Next › Last »