From f674fd20427ab07d021dc58484d48078dcfe134a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 22 Oct 2012 15:32:06 +0000 Subject: [PATCH] Remove a paragraph. git-svn-id: https://svn.dealii.org/trunk@27161 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/porting.html | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/deal.II/doc/porting.html b/deal.II/doc/porting.html index b554ad4620..f6b5378e73 100644 --- a/deal.II/doc/porting.html +++ b/deal.II/doc/porting.html @@ -19,7 +19,7 @@

deal.II uses very few system dependent features. Consequently, there is a good chance that it might also run on other - systems besides the ones listed in the + systems besides the ones listed in the ReadMe file. Nevertheless, there are cases where some adjustments are necessary.

@@ -51,7 +51,7 @@ the configure shell script. By convention, input files have a file ending .in; the two most important input/output file pairs are common/Make.global_options - and common/Make.global_options.in as well as + and common/Make.global_options.in as well as include/deal.II/base/config.h.in and include/deal.II/base/config.h.

@@ -65,7 +65,7 @@ quickest way to make deal.II run on your system is to run configure and change things in common/Make.global_options by hand so that it works for - you. The downside is that + you. The downside is that this file is overwritten next time you run ./configure.

@@ -77,7 +77,7 @@ common/Make.global_options, e.g. by setting the variable enable-shared to no, or by changing the compiler flags in the variables CXXFLAGS.g (for debug mode) or CXXFLAGS.o (for - optimized mode). The most important variables in + optimized mode). The most important variables in common/Make.global_options are listed here.

@@ -130,27 +130,12 @@ of the library.

-

- - -

Cheap porting

- -

- If for some reason you cannot get deal.II to run - on your system, or if you don't have the expertise to dig into the - low-level parts of your system, and if you can provide a test - account, you may ask us to try to get things running on your - machine. Please note that we can't promise to do that as deal.II is - largely a volunteer project and we can only do it if time - permits! Nevertheless, we have an interest to have the library - running on as many platforms as possible, so the odds are not that - bad that we will find some spare time.


- +
The deal.II Group
-- 2.39.5