Welcome to Cadabra Q&A, where you can ask questions and receive answers from other members of the community.
0 votes

Greetings! I tried to build Fedora 29 rpm from source, but received the error during 'sudo cpack3':

Compiling /home/sun/Building_programs/cadabra2/build/_CPack_Packages/fedora/RPM/cadabra2-2.2.4-fedora/usr/local/share/cadabra2/python/cadabra2_defaults.py ...
File "/usr/local/share/cadabra2/python/cadabra2_defaults.py", line 36
*parents, name = fullname.split('.')
^
SyntaxError: invalid syntax

(I have used cmake3 to build, it was successful. My Python is 3.7.2)

in Installation trouble by (270 points)
edited by

I'll have a look tomorrow.

1 Answer

0 votes
 
Best answer

I have made a few changes to detect Fedora 29 and build the package appropriately (using normal cmake, not cmake3). The resulting package is now available from the download page.

by (76.7k points)
selected by

It works, thank you!

...