--- Begin Message ---
------------------------------------------------------------
revno: 471
committer: Harish Narayanan <hnarayanan@xxxxxxxxx>
branch nick: dorsal
timestamp: Wed 2010-08-25 13:13:43 +0530
message:
Cleaned up lucid to look like everything else. Notes to contributors:
1. Please do not add comments below ##, including in the package
list. It looks strange and messes with my sed processing when I attempt
to do things with all files.
2. Make sure you auto-fill-region correctly on large blocks of text.
modified:
FEniCS/platforms/supported/lucid.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/supported/lucid.platform'
--- FEniCS/platforms/supported/lucid.platform 2010-08-24 20:23:41 +0000
+++ FEniCS/platforms/supported/lucid.platform 2010-08-25 07:43:43 +0000
@@ -4,10 +4,10 @@
# installed installed via Ubuntu's apt-get using the following
# command:
#
-# sudo apt-get install g++ bzr bzrtools libxml2-dev \
-# pkg-config python-dev python-numpy python-vtk swig libsuitesparse-dev \
-# libboost-dev libboost-program-options-dev wget openmpi-bin libopenmpi-dev \
-# libatlas-base-dev libparmetis-dev libgmp3-dev
+# sudo apt-get install g++ bzr bzrtools libxml2-dev pkg-config \
+# python-dev python-numpy python-vtk swig libsuitesparse-dev \
+# libboost-dev libboost-program-options-dev wget openmpi-bin \
+# libopenmpi-dev libatlas-base-dev libparmetis-dev libgmp3-dev \
# libcln-dev subversion gfortran liblapack-dev autoconf cmake \
# python-scientific libmpfr-dev libboost-{thread,filesystem}-dev \
# libarmadillo-dev libcgal-dev libginac-dev libcppunit-dev
@@ -26,15 +26,15 @@
scotch
petsc
slepc
-# swiginac # (untested)
+# swiginac
mtl
-# trilinos # (works but takes a long time to build)
+# trilinos
fiat
ferari
ufc
ufl
ffc
-# syfi # (untested)
+# syfi
viper
instant
dolfin
--- End Message ---