Search found 7 matches

by david_coe
09 Feb 2015, 13:31
Forum: Installation & compilation
Topic: Installing Elmer in Ubuntu 14.04 using Cmake
Replies: 59
Views: 68627

Re: Installing Elmer in Ubuntu 14.04 using Cmake

Maximum respect guys! I'm just back from a long break from Elmer to find not only is the Cmake / GitHub development environment up and running but also SourceForge has a 64bit Windows nightly-build. YES!! I've just been checking out the native Windows package and also running Cmake on a VMware-hoste...
by david_coe
07 May 2014, 13:59
Forum: Installation & compilation
Topic: instructions for compiling Elmer on windows
Replies: 10
Views: 16221

Re: instructions for compiling Elmer on windows

Many thanks, Anton! That's put the last major piece in for a Windows 64bit-clean Elmer - it works too! I'd already found the Symscape note on cross-compiling MSmpi with MinGW but would never have worked out the need to tweak libelmersolver.dll as well. Nice touch, using sed instead of emacs+diff+pat...
by david_coe
15 Apr 2014, 17:34
Forum: Installation & compilation
Topic: instructions for compiling Elmer on windows
Replies: 10
Views: 16221

Re: instructions for compiling Elmer on windows

The Configuration Patches --- elmerfem/ElmerGUI/Application/Application.pro.orig 2014-04-15 14:48:24.843602616 +0100 +++ elmerfem/ElmerGUI/Application/Application.pro 2014-04-15 14:51:01.097556864 +0100 @@ -32,9 +32,9 @@ # QMAKE_LFLAGS += -Wl,-rpath,$$(VTKHOME)/lib/vtk-5.2 -win32 { - QMAKE_LFLAGS +...
by david_coe
15 Apr 2014, 17:32
Forum: Installation & compilation
Topic: instructions for compiling Elmer on windows
Replies: 10
Views: 16221

Re: instructions for compiling Elmer on windows

The Source Patches --- elmerfem/ElmerGUI/Application/src/glwidget.h.orig 2014-04-15 14:48:30.927650224 +0100 +++ elmerfem/ElmerGUI/Application/src/glwidget.h 2014-04-15 14:51:01.097556864 +0100 @@ -51,9 +51,10 @@ UNKNOWNLIST }; -#ifndef WIN32 +#if defined__MINGW32__ || defined __MINGW64__ || !defin...
by david_coe
15 Apr 2014, 08:52
Forum: Installation & compilation
Topic: instructions for compiling Elmer on windows
Replies: 10
Views: 16221

Re: instructions for compiling Elmer on windows

64 bit Cross-Compilation of Elmer for Windows The following note describes the generation of a near complete 64bit-clean set of Windows-targeted Elmer binaries using the M Cross Environment <http://mxe.cc/> under Linux Ubuntu. The Qt4 and FFmpeg libraries needed by the Elmer GUI modules are supplie...
by david_coe
09 Apr 2014, 10:00
Forum: Installation & compilation
Topic: instructions for compiling Elmer on windows
Replies: 10
Views: 16221

Re: instructions for compiling Elmer on windows

Good morning, Peter! Thanks for the heads-up on Cmake - I had noticed their configuration files in among the directories and wondered if change was afoot ;) . I'll try and track what going on on the forum (and github) so the "big-bang" isn't too much of a suprise. Perhaps it would still be...
by david_coe
08 Apr 2014, 22:18
Forum: Installation & compilation
Topic: instructions for compiling Elmer on windows
Replies: 10
Views: 16221

Re: instructions for compiling Elmer on windows

Hi folks! I've spent some time over the last week or two getting Elmer 7 running as a clean 64bit application set running on Windows 8.1. I've been using two alternative development environments and initial results may be of interest: 1. Cross-compilation under linux ubuntu using the default mingw64...