Bill Hoffman wrote:

Try this

#check out a fresh CMake CVS

cd CMake
export FC=xlf
export CC=xlc
export CXX=xlC
mkdir build
cd build
cmake ..
make Experimental

That should work, if you set FC, CC, and CXX then the tests will use those compilers.

-Bill

This is now on the dashboard with zero fails in the test. The bootstrap test, however, did not run.
Best regards,
Joachim

--
Joachim Geiger [EMAIL PROTECTED]
Max-Planck-Institute for Plasma Physics,        @\\
  Euratom Association                            \\\
Department Stellaratortheorie (ST)                \\\__
Wendelsteinstr. 1                                (  \\ \
D-17491 Greifswald, Germany                       \_ \\(_
Tel.: ++49 3834/88-2327   Fax: ++49 3834/88-2409    ) \\ \
e-mail: [EMAIL PROTECTED]                   \  -  |
---------------------------------------------------  \____/
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to