Vishnu V K
Vishnu V K
Is this going to be in ver 3.9?
@oamarques Does using DSTEGR instead of the underlying DSTEMR mitigate this issue?
@langou Oh! I had no idea!! I'm using a couple of instances of STEGR in my code. Should I switch to using STEMR? Also, I've made some modifications to the...
Using the following environment variables seems to prevent the error: ``` export LDFLAGS="-L/usr/lib/openssl-1.1/" export CPPFLAGS="-I/usr/include/openssl-1.1/" ``` But the binary that is detected during `./configure` is still the newer version: ```...
I attempted to use both a git clone as well as the latest source installer from https://repo.gridcf.org/gct6/sources/ The flags I passed to configure are: ``` ./configure --prefix="/usr/local" --datarootdir="/usr/share" --enable-myproxy --disable-ccommonlibs...
That seems to fix the issue. Thank you!
Also, a build-script is now available in the Archlinux User Repository: https://aur.archlinux.org/packages/gct
I see. I had disabled it because I had not planned on using it. The AUR only serves these build-scripts directly, and not the built binaries. So users can always...