--- Begin Message ---
------------------------------------------------------------
revno: 422
committer: garth <garth@fedora32-virtual>
branch nick: dorsal
timestamp: Sun 2010-08-22 21:04:12 +0100
message:
Fedora 13 working perfectly (32 bit at least)
modified:
FEniCS/platforms/contributed/fedora13.platform
--
lp:dorsal
https://code.launchpad.net/~dorsal-core/dorsal/main
You are subscribed to branch lp:dorsal.
To unsubscribe from this branch go to https://code.launchpad.net/~dorsal-core/dorsal/main/+edit-subscription
=== modified file 'FEniCS/platforms/contributed/fedora13.platform'
--- FEniCS/platforms/contributed/fedora13.platform 2010-08-21 17:19:26 +0000
+++ FEniCS/platforms/contributed/fedora13.platform 2010-08-22 20:04:12 +0000
@@ -21,27 +21,30 @@
# This must be set to build various libraries and to run DOLFIN.
##
-## Note: scotch with MPI is available as a Fedora package, but it hardwred
-## to use mpich2, which causes some link difficulties.
+## Note: SCOTCH with MPI is available as a Fedora package, but it hardwired to
+## use mpich2, which causes some link difficulties if OpenMPI is used.
+## Therefore we build our own verson of SCOTCH.
-# Platform specific variables
+# Platform specific variables (SCOTCH variable is a trick - it is not 32/64 bit
+# specific).
default PETSC_ARCH=linux-gnu-cxx-opt
+default SCOTCH_ARCH=i686_pc_linux2
# Define the packages this platform needs
PACKAGES=(
-skip:parmetis
-#scotch
-skip:petscextra
-skip:slepc
+parmetis
+scotch
+petscextra
+slepc
# swiginac
-skip:mtl
-skip:fiat
-#ferari
-skip:ufc
-skip:ufl
-skip:ffc
+mtl
+fiat
+# ferari
+ufc
+ufl
+ffc
# syfi
-skip:viper
-skip:instant
+viper
+instant
dolfin
)
--- End Message ---