This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

FEniCS installation problem - UFC

0 votes

Hello everyone!

I am trying to install FEniCS and have come across an error at building the UFC package. More specifically I get this in terminal:

Fetching ufc-deprecated
Cloning into 'ufc-deprecated'...
remote: Counting objects: 3416, done.
remote: Compressing objects: 100% (1349/1349), done.
remote: Total 3416 (delta 1869), reused 3185 (delta 1738)
Receiving objects: 100% (3416/3416), 476.39 KiB | 395 KiB/s, done.
Resolving deltas: 100% (1869/1869), done.
Building ufc-deprecated
CMake Error: The source directory "/home/jos/WorkDrsl_c/FEniCS/src/ufc-deprecated" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Failure with exit status: 1
Exit message: There was a problem configuring ufc-deprecated.

Can anyone assist me with this matter? Thanx in advance!

closed with the note: skipped UFC package during installation
asked Apr 5, 2017 by iosif.lazaridis FEniCS Novice (170 points)
closed Apr 5, 2017 by iosif.lazaridis

UFC has been part of FFC for more than three years and the repository you are cloning is deprecated (as the name indicates). What instructions are you following for installing FEniCS?

I am using the command:

./dorsal.sh  FEniCS/platforms/myplatform.platform 

with the following package installation configuration at myplatform.platform file:

PACKAGES=( 
#cusp 
cgal 
parmetis 
trilinos 
petsc 
slepc 
# swiginac 
fiat 
# ferari 
ufc 
ufl 
ffc 
# syfi 
instant 
dolfin 
) 

If I skip UFC package would I have a problem in the future?

I don't know - we haven't used dorsal for installing FEniCS for many years now.

...