← Back to team overview

dolfin team mailing list archive

[noreply@xxxxxxxxxxxxx: [Branch ~dorsal-core/dorsal/main] Rev 472: Moved gentoo to supported (thanks Marie)]

 

Nice!

Is there always just one Gentoo platform our do they make releases?

--
Anders
--- Begin Message ---
------------------------------------------------------------
revno: 472
committer: Harish Narayanan <hnarayanan@xxxxxxxxx>
branch nick: dorsal
timestamp: Wed 2010-08-25 13:43:38 +0530
message:
  Moved gentoo to supported (thanks Marie)
renamed:
  FEniCS/platforms/contributed/gentoo.platform => FEniCS/platforms/supported/gentoo.platform
modified:
  FEniCS/platforms/supported/gentoo.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
=== renamed file 'FEniCS/platforms/contributed/gentoo.platform' => 'FEniCS/platforms/supported/gentoo.platform'
--- FEniCS/platforms/contributed/gentoo.platform	2010-08-21 11:24:30 +0000
+++ FEniCS/platforms/supported/gentoo.platform	2010-08-25 08:13:38 +0000
@@ -1,59 +1,26 @@
-# Gentoo Linux (and Sabayon Linux 5.x)
-#
-# Instructions specific to Gentoo Linux
-#
-# This build script assumes that you have the following packages
-# already installed via Gentoo's emerge:
-# 
-# USE='supernodal mpi metis cxx fortran threads' emerge -av \
-# suitesparse scientificpython openmpi scons bzr libxml2 numpy vtk \
-# swig boost scons bzr libxml2 numpy vtk swig boost 
-#
-# Instructions specific to Sabayon Linux 5.x
-#
-# If you are unfamiliar with mixing portage and equo under Sabayon,
-# please read:
-#
-# http://wiki.sabayon.org/index.php?title=HOWTO:_Safely_mix_Entropy_and_Portage
-# 
-# This build script assumes that you have the following packages
-# already installed via Sabayon's equo:
-#
-# equo install --ask scons bzr libxml2 numpy vtk swig boost \
-# gmp cln lapack mpfr
-#
-# You will also need to emerge these packages on top of the equo
-# command:
-#
-# USE='supernodal mpi metis cxx fortran threads' emerge -av \
-# suitesparse scientificpython openmpi
-#
-# Should you run into a problem with UFC regarding Python paths,
-# ensure that the following environment variables are set:
-#
-# export PYTHONPATH=${PYTHONPATH}:${HOME}/Work/FEniCS/lib64/python2.6/site-packages
-# export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${HOME}/Work/FEniCS/lib
+# Gentoo Linux
+#
+# This build script assumes that you have several packages already
+# installed via Gentoo's emerge using the following command. Some of
+# these might need to be unmasked. See Gentoo documentation on how to
+# unmask masked packages (Hint: /etc/portage/package.keywords/) 
+#
+# emerge -av swig numpy scientificpython boost openmpi bzr cmake cgal \
+# vtk parmetis scotch
 ##
 
 # Platform specific variables
-default PETSC_ARCH=linux-gnu-c-opt
-default SCOTCH_ARCH=i686_pc_linux2
-default UMFPACK_DIR=/usr
-default BOOST_DIR=/usr
-default GMP_DIR=/usr
+default PETSC_ARCH=linux-gnu-cxx-opt
+default PARMETIS_DIR=/usr
 
 # Define the packages this platform needs
 PACKAGES=(
-parmetis
-petscwithmumps
+petsc
 slepc
 armadillo
-# ginac
 # swiginac
-mtl
-trilinos
-scotch
-cgal
+# mtl
+# trilinos
 fiat
 ferari
 ufc


--- End Message ---

Follow ups