Sinan
Sinan
getting the build error shown below my setup is: OS: Centos7 Dependencies were built using Spack: ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^[email protected]...
Is "canvas" tested on Centos7?
build fails with gcc v5.4.0 ````console user@host /tmp/DSRC-2.0.2 $ make -f Makefile.c++11 bin cd src; make bin make[1]: Entering directory '/tmp/DSRC-2.0.2/src' g++ -O2 -m64 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Wall -std=c++11 -c...
Latest source file builds with newer python. Hence re-add the removed ALPS package.
wondering if newer versions is needed. on Rhel8 systemd lib version is 239 and on rhel9.2 version is 252.
Wondering if this is doable.
Makefile
Hi, I am wondering if you can put a Makefile under /src directory for developers using Linux. If I understand it correctly, generating a Makefile from *.vcxproj requires Visual Basic...
- ran into some build issues on centos7, which was fixed by adding binutils and c-ares dependencies - added new versions
continuation of https://github.com/spack/spack/pull/43692 now installation is fixed for npm versions newer than 9.4.1 This was due to this commit in npmcli: https://github.com/npm/cli/pull/6142