← Back to team overview

dolfin team mailing list archive

[noreply@xxxxxxxxxxxxx: [Branch ~dorsal-core/dorsal/main] Rev 488: More untested changes to karmic while making it look much like lucid]

 

I'm running into problems on Karmic. Ig has CMake version 2.6 and we
require 2.8 when building DOLFIN.

Is there a reason for using 2.8 or can we change to 2.6. The other
option would be to drop Karmic support.

If we wait one month, we will be supporting two Ubuntu platforms
(Lucid and Maverick).

--
Anders
--- Begin Message ---
------------------------------------------------------------
revno: 488
committer: Harish Narayanan <hnarayanan@xxxxxxxxx>
branch nick: dorsal
timestamp: Thu 2010-09-02 17:12:39 +0530
message:
  More untested changes to karmic while making it look much like lucid
modified:
  FEniCS/platforms/contributed/karmic.platform
  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/contributed/karmic.platform'
--- FEniCS/platforms/contributed/karmic.platform	2010-09-02 11:22:05 +0000
+++ FEniCS/platforms/contributed/karmic.platform	2010-09-02 11:42:39 +0000
@@ -4,12 +4,13 @@
 # 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 \
+# 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 \
-# libatlas-base-dev libparmetis-dev libgmp3-dev libscotch-dev \
+# libopenmpi-dev libatlas-base-dev libparmetis-dev libgmp3-dev \
 # libcln-dev subversion gfortran liblapack-dev autoconf cmake \
-# python-scientific libmpfr-dev libarmadillo-dev
+# python-scientific libmpfr-dev libboost-{thread,filesystem}-dev \
+# libarmadillo-dev libcppunit-dev
 #
 # Also, if you have multiple MPI libraries installed, make sure
 # "sudo update-alternatives --config mpi" is set to openmpi.
@@ -30,6 +31,7 @@
 mtl
 # trilinos
 cgal
+scotch
 fiat
 # ferari
 ufc

=== modified file 'FEniCS/platforms/supported/lucid.platform'
--- FEniCS/platforms/supported/lucid.platform	2010-09-01 08:28:53 +0000
+++ FEniCS/platforms/supported/lucid.platform	2010-09-02 11:42:39 +0000
@@ -23,12 +23,12 @@
 
 # Define the packages this platform needs
 PACKAGES=(
-scotch
 petsc
 slepc
 # swiginac
 mtl
 # trilinos
+scotch
 fiat
 # ferari
 ufc


--- End Message ---

Follow ups