Hi,
On more issue came up while building Lunchbox. CMake bails out with the
following error:
CMake Warning at CMake/GNUModules.cmake:98 (message):
Unsupported platform for GNUModules, please add support here
Call Stack (most recent call first):
CMakeLists.txt:86 (include)
The attached patch should fix this for Suse linux Enterprise and openSUSE.
Also, when doing "make test", the test cases openmp and servus failed. I
haven't had time yet to look into this in greater detail.
Cheers,
Johannes
On Thursday, 8. August 2013, 11:00:50, Stefan Eilemann wrote:
> On 7. Aug 2013, at 12:15, Johannes Zarl [via Software] <ml-
[email protected]> wrote:
> > > Which version do you use? The 1.6 and master branch have it:
> > > https://github.com/VMML/vmmlib/blob/1.6/CMake/vmmlib.in.spec
> >
> > I'm using the version from the download site:
> > http://www.equalizergraphics.com/downloads/vmmlib-1.6.2.tar.gz
> >
> > Since it is stated that "End users or programs not in active development
> > should use the latest major release.", I'd figured that this was the
> > right one.
>
> Yes, I missed this one. Will fix it.
>
> Cheers,
>
> Stefan.
>
>
>
> signature.asc (210 bytes)
> <http://software.1713.n2.nabble.com/attachment/7583822/0/signature.asc>
>
>
>
>
> --
> View this message in context:
> http://software.1713.n2.nabble.com/Cluster-configuration-and-getting-start
> ed-tp7583681p7583822.html Sent from the Equalizer - Parallel Rendering
> mailing list archive at Nabble.com.
>
> _______________________________________________
> eq-dev mailing list
> [email protected]
> http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
> http://www.equalizergraphics.com
--- a/CMake/GNUModules.cmake 2013-08-08 12:56:12.334749629 +0200
+++ b/CMake/GNUModules.cmake 2013-08-08 12:56:16.162656210 +0200
@@ -92,6 +92,10 @@
set(MODULE_PLATFORM "rhel${LSB_RELEASE}-${CMAKE_SYSTEM_PROCESSOR}")
elseif(LSB_DISTRIBUTOR_ID MATCHES "Ubuntu")
set(MODULE_PLATFORM "ubuntu${LSB_RELEASE}-${CMAKE_SYSTEM_PROCESSOR}")
+elseif(LSB_DISTRIBUTOR_ID MATCHES "SUSE LINUX")
+ set(MODULE_PLATFORM "suse${LSB_RELEASE}-${CMAKE_SYSTEM_PROCESSOR}")
+elseif(LSB_DISTRIBUTOR_ID MATCHES "openSUSE project")
+ set(MODULE_PLATFORM "opensuse${LSB_RELEASE}-${CMAKE_SYSTEM_PROCESSOR}")
elseif(APPLE)
set(MODULE_PLATFORM "darwin${CMAKE_SYSTEM_VERSION}-${CMAKE_SYSTEM_PROCESSOR}")
else()
_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com