From a94f65d454e1aa5b803886f3e4f2b4a863c8218a Mon Sep 17 00:00:00 2001
From: bangerth
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.
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
.
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.
-
-
-
- - 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.