[Trilinos-Users] CMake installation

David Cole david.cole at kitware.com
Wed Nov 17 11:24:46 MST 2010


Please send your do-configure script. Sounds like a typo, or trailing
white space after a line continuation character ("\") to me.


On Wed, Nov 17, 2010 at 12:23 PM, Nunion <m.skates82 at gmail.com> wrote:
> Hello all,
>
> This has been a very helpful thread for installing CMake :-)  However, I
> still seem to get the message,
>
> CMake Error: The source directory
> "/home/walker/Desktop/trilinos/trilinos-10.4.1-Source/TrilinosBuild/DART_TESTING_TIMEOUT:STRING=600"
> does not exist."
>
> I have done chmod and deleted some spaces on each line, is there another way
> to get this do-configure script running, if I simply remove this line, then
> the error picks up again at what ever the last line of code is and displays
> "-trilinos (test or setting)" does not exist
>
> Thanks!
>
> Mark
>
> On Tue, Nov 16, 2010 at 3:38 PM, Amir Vahid <av19 at zips.uakron.edu> wrote:
>>
>> It seems that we don't have them on our system. Do you know the best way
>> to
>> get these libraries and install them. I am also in the process of
>> contacting
>> ohio supercomputer center. They will inform us soon. However, in the
>> meanwhile, I wonder if you could tell me the fastest way to get them
>> installed. Thanks!
>>
>> Amir Vahid
>> Chem Eng Dept
>> The University of Akron
>> Akron OH 44325-3906
>>
>>
>> -----Original Message-----
>> From: Tommy Binford [mailto:tbinford at gmail.com]
>> Sent: Tuesday, November 16, 2010 4:03 PM
>> To: Amir Vahid
>> Cc: trilinos-users at software.sandia.gov; Thornquist, Heidi K
>> Subject: Re: [Trilinos-Users] CMake installation
>>
>> You need to tell Trilinos where your BLAS library is.  The next error you
>> will likely see is a complaint about missing LAPACK.
>>
>> Add lines like this to your do-configure script before the EXTRA_ARGS
>> line.
>> Change the path below to point to the location of libblas.a and
>> liblapack.a
>> on your computer):
>>
>> -D TPL_BLAS_LIBRARIES:STRING="-L/path/to/blas/lib -lblas" \ -D
>> TPL_LAPACK_LIBRARIES:STRING="-L/path/to/lapack/lib -llapack" \
>>
>> That should be all you need to successfully configure.
>>
>> Best,
>> Tommy
>>
>> On Tue, Nov 16, 2010 at 2:50 PM, Amir Vahid <av19 at zips.uakron.edu> wrote:
>> > Thanks Tommy,
>> > now, it is working ~ok but it generates the following error:
>> >
>> > Getting information for all enabled TPLs ...
>> >
>> > -- Processing enabled TPL: BLAS
>> > --   Searching for library 'blas' ...
>> > --   Searching for library 'blas_win32' ...
>> > -- Warning: Could not find a library in the set "blas blas_win32" for
>> > the TPL BLAS!  Please manually set BLAS_LIBRARY_DIRS and/or
>> > BLAS_LIBRARY_NAMES or just TPL_BLAS_LIBRARIES to point to the BLAS
>> libraries!
>> > CMake Error at cmake/package_arch/TPLDeclareLibraries.cmake:196
>> > (MESSAGE):
>> >  Error, could not find the BLAS Library! Please manually set
>> >  BLAS_LIBRARY_DIRS and/or BLAS_LIBRARY_NAMES or just
>> > TPL_BLAS_LIBRARIES to
>> >  point to the BLAS libraries!
>> > Call Stack (most recent call first):
>> >  cmake/TPLs/FindTPLBLAS.cmake:3 (TPL_DECLARE_LIBRARIES)
>> >  cmake/package_arch/PackageArchGlobalMacros.cmake:693 (INCLUDE)
>> >  CMakeLists.txt:179 (PACKAGE_ARCH_PROCESS_ENABLED_TPLS)
>>
>>
>>
>> _______________________________________________
>> Trilinos-Users mailing list
>> Trilinos-Users at software.sandia.gov
>> http://software.sandia.gov/mailman/listinfo/trilinos-users
>>
>
>
> _______________________________________________
> Trilinos-Users mailing list
> Trilinos-Users at software.sandia.gov
> http://software.sandia.gov/mailman/listinfo/trilinos-users
>
>




More information about the Trilinos-Users mailing list