Package Details: gretl 2024a-1

Git Clone URL: https://aur.archlinux.org/gretl.git (read-only, click to copy)
Package Base: gretl
Description: A cross-platform software package for econometric analysis, written in the C programming language
Upstream URL: http://gretl.sourceforge.net/
Licenses: GPL-3.0-only
Submitter: Harvie
Maintainer: meanjollies
Last Packager: meanjollies
Votes: 12
Popularity: 0.016458
First Submitted: 2016-02-23 18:17 (UTC)
Last Updated: 2024-04-06 13:38 (UTC)

Dependencies (11)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

asteri0n commented on 2020-04-13 23:44 (UTC) (edited on 2020-04-13 23:46 (UTC) by asteri0n)

@meanjollies Thank You!!! I did #1, installed openblas-lapack from AUR, then installed gretl 2020b-1 and it worked. julia is happy too.

meanjollies commented on 2020-04-13 21:09 (UTC)

Unfortunately, Arch's openblas does not build with LAPACK routines, otherwise this would work. You have 2 options: 1) Install openblas-lapack, which will replace openblas, and includes LAPACK support. Your build will succeed then, and julia will be none the wiser. Or 2) Keep using the old version of gretl, and hope that the maintainer of openblas will include LAPACK support. There is a recent request for this here: https://bugs.archlinux.org/task/62558.

asteri0n commented on 2020-04-13 19:59 (UTC) (edited on 2020-04-13 20:01 (UTC) by asteri0n)

It still fails to build for me, output is the same as reported by @Fifis.

Notes: 1. I have openblas, I can't switch my system to blas because julia requires openblas.
2. I have currently installed gretl 2019d-1 and it works perfectly, but I can't build anything more current than this version.

yeti commented on 2020-03-16 19:51 (UTC)

Working now man, thx!

meanjollies commented on 2020-03-16 02:47 (UTC) (edited on 2020-03-16 02:53 (UTC) by meanjollies)

I was able to reproduce this by removing the blas package. I've now made that a dependency, but the strange thing is I shouldn't have to; the lapack package requires blas, so that should already be installed. If you guys can let me know if this builds successfully now, it'd be helpful.

yeti commented on 2020-03-16 02:11 (UTC)

get error reported by @Fifis

Fifis commented on 2020-03-12 16:48 (UTC) (edited on 2020-03-12 16:49 (UTC) by Fifis)

Error while making:

libtool: link: gcc -mavx -Winline -fopenmp -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/gretlcli gretlcli.o complete.o  ../lib/.libs/libgretl-1.0.so -lm -ldl -lz -lgmp -lfftw3 -lcurl -lgsf-1 -lgobject-2.0 -lglib-2.0 -lxml2 -lrt -lreadline -lncurses -fopenmp
/usr/bin/ld: ../lib/.libs/libgretl-1.0.so: undefined reference to `zgemm_'
/usr/bin/ld: ../lib/.libs/libgretl-1.0.so: undefined reference to `zgetrs_'
<long list of undefined references>
/usr/bin/ld: ../lib/.libs/libgretl-1.0.so: undefined reference to `dgetri_'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:97: gretlcli] Error 1
make[1]: Leaving directory '/home/avk/.cache/yay/gretl/src/gretl-2020a/cli'
make: *** [Makefile:69: cli] Error 2
==> ERROR: A failure occurred in build().

Anyone else having the same?

rogorido commented on 2017-08-08 07:55 (UTC)

Thanks, it's working now.

meanjollies commented on 2017-08-07 20:35 (UTC)

Thanks to you for reporting this - I'd hate for you to have to modify your makepkg.conf because of this, so I'll adjust the PKGBUILD to ignore MAKEFLAGS moving forward. That way, you can re-enable the parallel option.

rogorido commented on 2017-08-07 20:29 (UTC)

You're a genius. This was the problem: the MAKEFLAGS! THanks again and thanks for the package!