diff options
-rw-r--r-- | AUTHORS | 4 | ||||
-rw-r--r-- | tweed.hashdist.yaml | 11 |
2 files changed, 4 insertions, 11 deletions
@@ -1,7 +1,3 @@ Tweed is developed by: Paul Garlick <pgarlick@tourbillion-technology.com> - -The hashdist profile is based on examples given in the FEniCS Developer Tools -project. This is developed by a Anders Logg, Johannes Ring et al. See -https://bitbucket.org/fenics-project/fenics-developer-tools for details. diff --git a/tweed.hashdist.yaml b/tweed.hashdist.yaml index d7bbded..f127dcb 100644 --- a/tweed.hashdist.yaml +++ b/tweed.hashdist.yaml @@ -15,13 +15,10 @@ # along with Tweed. If not, see <http://www.gnu.org/licenses/>. - -# The following debian packages should be installed when using this -# profile: -# -# git curl python-dev time build-essential gfortran freeglut3-dev - -# This profile file controls your <#> (HashDist) build environment. +# This profile file controls your <#> (HashDist) build environment. It is +# based on the file fenics.Linux.yaml, which is part of the FEniCS Developer +# Tools project, developed by Anders Logg, Johannes Ring et al. See +# https://bitbucket.org/fenics-project/fenics-developer-tools for details. extends: - file: linux.yaml |