]>
https://gitweb.dealii.org/ - candi.git/log
Uwe Köcher [Wed, 7 Feb 2018 10:51:32 +0000 (11:51 +0100)]
dealii-prepare: optimised text output message for v8.5.1 + cmake 3.10
Uwe Köcher [Wed, 7 Feb 2018 10:32:57 +0000 (11:32 +0100)]
deal.II package: abort package if deal.II v8.5.1 is tried to be configured with cmake 3.10 (or above)
Uwe Köcher [Tue, 6 Feb 2018 09:38:12 +0000 (10:38 +0100)]
check if cmake 3.10 (or above) used with deal.II v8.5.1 and outputs useful hints to resolve the find mpi problem
Uwe Köcher [Fri, 2 Feb 2018 22:29:52 +0000 (23:29 +0100)]
Merge pull request #65 from tjhei/add_sundials
add sundials
Uwe Köcher [Fri, 2 Feb 2018 22:28:02 +0000 (23:28 +0100)]
Merge pull request #64 from tjhei/add_assimp
add assimp v3.3.1
Timo Heister [Fri, 2 Feb 2018 20:16:10 +0000 (15:16 -0500)]
add sundials
Timo Heister [Fri, 2 Feb 2018 19:55:33 +0000 (14:55 -0500)]
add assimp v3.3.1
optional dependency for deal.II 9.0
Timo Heister [Thu, 25 Jan 2018 16:11:11 +0000 (11:11 -0500)]
Merge pull request #63 from koecher/cray-fuse-ld-gold-off
force ld.gold not to be used
Uwe Köcher [Thu, 25 Jan 2018 08:49:28 +0000 (09:49 +0100)]
cray: added -D DEAL_II_COMPILER_HAS_FUSE_LD_GOLD=OFF to force using ld instead of ld.gold
Uwe Köcher [Thu, 25 Jan 2018 08:47:55 +0000 (09:47 +0100)]
cray: aligned TRILINOS_CONFOPTS for better readability
Uwe Köcher [Wed, 15 Nov 2017 08:46:51 +0000 (09:46 +0100)]
Merge pull request #60 from tjhei/petsc_python2
configure PETSc using python2
Timo Heister [Tue, 14 Nov 2017 19:10:13 +0000 (14:10 -0500)]
configure PETSc using python2
Uwe Köcher [Mon, 30 Oct 2017 09:00:31 +0000 (10:00 +0100)]
Merge pull request #59 from tjhei/boost_no_python
remove python from boost config
Timo Heister [Sun, 29 Oct 2017 20:21:43 +0000 (16:21 -0400)]
remove python from boost config
boost fails to compile with "pyconfig.h: No such file or directory"
because of a broken include path setting inside boost. Instead of
fixing/updating boost (which we can't do because newer boost version are
also not working correctly), just disable the python support inside
boost. We are not using that anyways.
Timo Heister [Wed, 25 Oct 2017 14:12:16 +0000 (10:12 -0400)]
Merge pull request #58 from koecher/update_platforms_readme
update README.md for WSL Win 10 1709 and other minor changes
Uwe Köcher [Wed, 25 Oct 2017 11:55:31 +0000 (13:55 +0200)]
update README.md for WSL Win 10 1709 and other minor changes
Uwe Köcher [Tue, 24 Oct 2017 13:44:27 +0000 (15:44 +0200)]
Merge pull request #57 from koecher/oce-patch-glibc-xlocale-missing
opencascade patch glibc xlocale.h missing and v0.18.2
Uwe Köcher [Mon, 23 Oct 2017 10:47:01 +0000 (12:47 +0200)]
opencascade: sets version to v0.18.2
Uwe Köcher [Mon, 23 Oct 2017 10:42:39 +0000 (12:42 +0200)]
opencascade / oce: add patch for glibc >= 2.26 with missing xlocale.h
Uwe Köcher [Mon, 23 Oct 2017 09:34:46 +0000 (11:34 +0200)]
candi: added package_specific_patch to be applied after package_unpack (but not in DEVELOPER_MODE)
Timo Heister [Tue, 17 Oct 2017 18:35:52 +0000 (14:35 -0400)]
Merge pull request #55 from koecher/highsierra
adds MacOS 10.13 HighSierra as supported platform
Uwe Köcher [Tue, 17 Oct 2017 08:58:03 +0000 (10:58 +0200)]
added MacOS 10.13 HighSierra as supported
Timo Heister [Mon, 9 Oct 2017 13:49:53 +0000 (09:49 -0400)]
Merge pull request #54 from koecher/update_linux_cluster_platform
updates linux_cluster_platform
Uwe Köcher [Mon, 9 Oct 2017 07:48:04 +0000 (09:48 +0200)]
linux_cluster platform: removes boost as dependency
Uwe Köcher [Fri, 6 Oct 2017 07:41:17 +0000 (09:41 +0200)]
enhances linux_cluster platform description
Uwe Köcher [Thu, 5 Oct 2017 15:55:58 +0000 (17:55 +0200)]
updates linux_cluster_platform; removes individual packages (now defined in candi.cfg)
Timo Heister [Thu, 28 Sep 2017 00:13:03 +0000 (20:13 -0400)]
Merge pull request #53 from curtcorum/master
Update ubuntu14.platform
Curt Corum [Wed, 27 Sep 2017 16:52:53 +0000 (11:52 -0500)]
Update ubuntu14.platform
Uwe Köcher [Sun, 10 Sep 2017 12:42:44 +0000 (14:42 +0200)]
Merge pull request #50 from tjhei/add_astyle
add astyle
Timo Heister [Fri, 8 Sep 2017 12:56:19 +0000 (08:56 -0400)]
add astyle
Not strictly speaking a dependency of deal.II but I am getting tired of
installing it manually.
Uwe Köcher [Fri, 8 Sep 2017 19:29:32 +0000 (21:29 +0200)]
Merge pull request #49 from tjhei/fix_path_in_configuration
fix PATH in configuration
Timo Heister [Fri, 8 Sep 2017 12:50:06 +0000 (08:50 -0400)]
fix PATH in configuration
instead of writing the current PATH, write "$PATH" by escaping it.
Timo Heister [Thu, 31 Aug 2017 13:33:37 +0000 (09:33 -0400)]
Merge pull request #48 from koecher/successful-build-detection
Successful build detection
Uwe Köcher [Thu, 31 Aug 2017 10:50:02 +0000 (12:50 +0200)]
Merge pull request #47 from tjhei/add_nanoflann
add nanoflann
Uwe Köcher [Thu, 31 Aug 2017 10:43:13 +0000 (12:43 +0200)]
arpack: uniforms the unpack dir (now similar to deal.II git clone)
Uwe Köcher [Thu, 31 Aug 2017 10:42:35 +0000 (12:42 +0200)]
corrects BUILDDIR to find candi_successful_build for SKIP mode
Timo Heister [Sun, 20 Aug 2017 19:07:03 +0000 (13:07 -0600)]
add nanoflann
Uwe Köcher [Tue, 15 Aug 2017 14:31:34 +0000 (16:31 +0200)]
Merge pull request #46 from tjhei/version_bump
bump to deal.II 8.5.1
Timo Heister [Tue, 15 Aug 2017 14:12:34 +0000 (08:12 -0600)]
bump to deal.II 8.5.1
Timo Heister [Mon, 7 Aug 2017 16:08:16 +0000 (12:08 -0400)]
Merge pull request #45 from hooiberg/nieuw
Fixed strange grammatical flow
Lukas van de Wiel [Mon, 7 Aug 2017 13:29:11 +0000 (15:29 +0200)]
small grammatical thingy
Timo Heister [Tue, 1 Aug 2017 14:12:52 +0000 (10:12 -0400)]
Merge pull request #44 from koecher/major-platform-update
major platform update; adds platforms debian9 and ubuntu17
Uwe Köcher [Tue, 25 Jul 2017 20:02:55 +0000 (22:02 +0200)]
more unique and simplified OS major version number with lsb_release and grep of reg. ex.
Uwe Köcher [Tue, 25 Jul 2017 17:57:46 +0000 (19:57 +0200)]
simplified recongnition of fedora and ubuntu major version number in guess_plattform()
Uwe Köcher [Tue, 25 Jul 2017 06:40:59 +0000 (08:40 +0200)]
major platform update; adds platforms debian9 and ubuntu17 contributed by Lukas van de Wiel
Uwe Köcher [Sat, 22 Jul 2017 09:55:07 +0000 (11:55 +0200)]
Merge pull request #43 from gassmoeller/update_list_of_packages
Add some links and update package list
Uwe Köcher [Sat, 22 Jul 2017 09:54:20 +0000 (11:54 +0200)]
Merge pull request #42 from gassmoeller/add_git_package
Add git package
Rene Gassmoeller [Fri, 21 Jul 2017 22:49:45 +0000 (16:49 -0600)]
Add some links
Rene Gassmoeller [Fri, 21 Jul 2017 22:39:21 +0000 (16:39 -0600)]
Add git package
Uwe Köcher [Mon, 3 Jul 2017 10:45:01 +0000 (12:45 +0200)]
Merge pull request #41 from tjhei/unset_slepc_dir
unset SLEPC_DIR
Timo Heister [Mon, 3 Jul 2017 08:56:37 +0000 (04:56 -0400)]
also unset SLEPC_DIR
Uwe Köcher [Mon, 3 Jul 2017 09:25:26 +0000 (11:25 +0200)]
Merge pull request #40 from tjhei/remove_unused_options
remove unused deal.II options
Timo Heister [Mon, 3 Jul 2017 09:12:47 +0000 (11:12 +0200)]
remove unused deal.II options
several options no longer exist in deal.II since 8.5, so remove them.
Uwe Köcher [Mon, 3 Jul 2017 08:55:12 +0000 (10:55 +0200)]
Merge pull request #39 from tjhei/unset_petsc_dir
unset PETSC_DIR
Timo Heister [Mon, 3 Jul 2017 08:36:32 +0000 (04:36 -0400)]
unset PETSC_DIR
If PETSC_DIR is already set in the environment, configuration of PETSC fails,
so just unset it before.
Uwe Köcher [Wed, 28 Jun 2017 07:08:33 +0000 (09:08 +0200)]
Merge pull request #38 from koecher/slepsc
slepsc: updated download location
Uwe Köcher [Wed, 28 Jun 2017 07:07:15 +0000 (09:07 +0200)]
slepsc: updated download location
Uwe Köcher [Mon, 19 Jun 2017 07:17:54 +0000 (09:17 +0200)]
Merge pull request #37 from tjhei/oce-update
update opencascade to 0.18.1 and use tarball
Timo Heister [Sun, 18 Jun 2017 09:09:44 +0000 (11:09 +0200)]
Merge pull request #36 from koecher/hdf5
hdf5: updated minor version to v1.10.1 from v1.10.0-patch1
Timo Heister [Fri, 16 Jun 2017 13:45:31 +0000 (15:45 +0200)]
update opencascade to 0.18.1 and use tarball
- use official repo
- use tarballs
- update to 0.18.1 (fixes osx special case, so remove)
Uwe Köcher [Fri, 16 Jun 2017 11:11:14 +0000 (13:11 +0200)]
hdf5: updated minor version to v1.10.1 from v1.10.0-patch1
Uwe Köcher [Fri, 16 Jun 2017 10:46:53 +0000 (12:46 +0200)]
Merge pull request #34 from gassmoeller/use_selected_fortran_compiler_p4est
p4est: set F77=$FF as (MPI) Fortran77 compiler
Uwe Köcher [Fri, 16 Jun 2017 10:43:16 +0000 (12:43 +0200)]
Merge pull request #33 from gassmoeller/fix_parmetis_for_non_mpicc
parmetis: Allow other compiler wrappers than mpicc as cc
Rene Gassmoeller [Thu, 15 Jun 2017 21:55:37 +0000 (23:55 +0200)]
Use $FF as Fortran77 compiler in p4est
Rene Gassmoeller [Wed, 14 Jun 2017 20:22:08 +0000 (15:22 -0500)]
Allow other compiler wrappers than mpicc
Uwe Köcher [Thu, 15 Jun 2017 07:43:03 +0000 (09:43 +0200)]
Merge pull request #32 from gassmoeller/cray_config
Add cray support
Rene Gassmoeller [Wed, 14 Jun 2017 20:21:18 +0000 (15:21 -0500)]
Add parmetis and cmake
Rene Gassmoeller [Tue, 13 Jun 2017 16:46:06 +0000 (18:46 +0200)]
Add cray support
Uwe Köcher [Wed, 7 Jun 2017 17:51:55 +0000 (19:51 +0200)]
Merge pull request #26 from koecher/macos
Extend macOS support
Uwe Köcher [Wed, 7 Jun 2017 07:26:47 +0000 (09:26 +0200)]
Merge pull request #29 from gassmoeller/follow_user_options
rearranges DEAL_CONFOPTS in dealii.package to allow the user to overwrite defaults
Uwe Köcher [Wed, 7 Jun 2017 07:18:32 +0000 (09:18 +0200)]
Merge pull request #28 from tjhei/parpack
Enable PARPACK support, if the optional ARPACK is enabled.
Timo Heister [Mon, 5 Jun 2017 09:54:02 +0000 (11:54 +0200)]
Merge pull request #30 from gassmoeller/fix_old_bash
Use tr instead of bash specific command
Rene Gassmoeller [Fri, 2 Jun 2017 17:42:35 +0000 (12:42 -0500)]
Follow user options
Rene Gassmoeller [Fri, 2 Jun 2017 17:41:21 +0000 (12:41 -0500)]
Use tr instead of bash specific command
Timo Heister [Fri, 2 Jun 2017 15:39:23 +0000 (17:39 +0200)]
enable PARPACK support
PARPACK support is disabled inside deal.II by default, but our version
is recent enough.
Uwe Köcher [Wed, 10 May 2017 07:43:11 +0000 (09:43 +0200)]
updates README.md for macOS support
Uwe Köcher [Tue, 9 May 2017 14:15:05 +0000 (16:15 +0200)]
package update: opencascade (git version v0.18; fix for macOS)
Uwe Köcher [Mon, 8 May 2017 12:46:32 +0000 (14:46 +0200)]
minor update to arpack-ng package (sets build dir)
Uwe Köcher [Mon, 8 May 2017 12:45:16 +0000 (14:45 +0200)]
package update: slepc v3.7.3 (works with macOS 10.12)
Uwe Köcher [Mon, 8 May 2017 10:37:54 +0000 (12:37 +0200)]
package update: petsc v3.7.6 (works with macOS 10.12)
Uwe Köcher [Mon, 8 May 2017 10:37:06 +0000 (12:37 +0200)]
updated platform installation notes for macOS 10.11, 10.12
Uwe Köcher [Mon, 8 May 2017 10:12:16 +0000 (12:12 +0200)]
removes general macosx platform file (use specific instead, like elcapitan or sierra)
Uwe Köcher [Sat, 6 May 2017 08:20:23 +0000 (10:20 +0200)]
updates copyright, indentation and some minor code cleanups
Uwe Köcher [Fri, 5 May 2017 21:51:32 +0000 (23:51 +0200)]
updates parmetis, superlu_dist and trilinos for macOS support
Uwe Köcher [Fri, 5 May 2017 21:50:16 +0000 (23:50 +0200)]
updates .gitignore for *.DS_Store macOS files
Uwe Köcher [Fri, 5 May 2017 21:48:07 +0000 (23:48 +0200)]
adds macOS 10.11 and 10.12 platform files
Uwe Köcher [Fri, 5 May 2017 21:42:03 +0000 (23:42 +0200)]
candi.sh: optimised macOS support (detects 10.12 and 10.11)
Uwe Köcher [Wed, 3 May 2017 11:05:03 +0000 (13:05 +0200)]
Merge pull request #24 from tjhei/macosx
preliminary mac osx support
Timo Heister [Mon, 1 May 2017 15:00:22 +0000 (11:00 -0400)]
mac osx support
Uwe Köcher [Mon, 24 Apr 2017 07:15:41 +0000 (09:15 +0200)]
Merge pull request #23 from koecher/hdf5-1.10
updates hdf5 to current v1.10.0-patch1
Uwe Köcher [Tue, 11 Apr 2017 08:32:07 +0000 (10:32 +0200)]
updates hdf5 to current v1.10.0-patch1
Uwe Köcher [Tue, 11 Apr 2017 07:55:30 +0000 (09:55 +0200)]
Merge pull request #22 from tjhei/arpack
add arpack-ng package
Timo Heister [Sat, 8 Apr 2017 22:56:23 +0000 (18:56 -0400)]
add arpack
(disabled by default)
Uwe Köcher [Fri, 7 Apr 2017 08:29:13 +0000 (10:29 +0200)]
Merge pull request #21 from tjhei/fix_numdiff
fix numdiff path
Timo Heister [Thu, 6 Apr 2017 18:29:11 +0000 (14:29 -0400)]
fix numdiff path
Timo Heister [Thu, 6 Apr 2017 17:55:45 +0000 (13:55 -0400)]
Merge pull request #18 from tjhei/release_8_5
switch to 8.5.0
Uwe Köcher [Thu, 6 Apr 2017 08:09:29 +0000 (10:09 +0200)]
Merge pull request #20 from tjhei/p4est_zlib
Fix p4est without zlib
Uwe Köcher [Thu, 6 Apr 2017 07:53:26 +0000 (09:53 +0200)]
Merge pull request #17 from tjhei/update_p4est
update p4est to 2.0
Uwe Köcher [Thu, 6 Apr 2017 07:50:25 +0000 (09:50 +0200)]
Merge pull request #19 from tjhei/add_numdiff
add numdiff package
Timo Heister [Wed, 5 Apr 2017 22:28:13 +0000 (18:28 -0400)]
p4est: enforce zlib and pass over arguments
If zlib is installed as part of candi (or manually by setting ZLIB_*),
pass this info to p4est. It turns out p4est won't work (at least in
debug mode) without having access to zlib. So enforce that too.
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams
Typeset in
Trocchi and Trocchi Bold Sans Serif.