Advertisement
Guest User

working

a guest
May 27th, 2015
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. $ dir=$(mktemp -d /tmp/lapack-XXX)
  2. vagrant-osx:~ vagrant$ pushd $dir
  3. /tmp/lapack-kUD ~
  4. vagrant-osx:lapack-kUD vagrant$ nix-shell --pure '<nixpkgs>' -A liblapack
  5. -bash: nix-shell: command not found
  6. vagrant-osx:lapack-kUD vagrant$ source ~/.bashrc.bak
  7. Initializing NSNIX environment...
  8. Using custom nixpkgs: /Users/vagrant/nixpkgs
  9. Done
  10. vagrant-osx:lapack-kUD vagrant$ nix-shell --pure '<nixpkgs>' -A liblapack
  11.  
  12. [nix-shell:/private/tmp/lapack-kUD]$ tar xf $src
  13.  
  14. [nix-shell:/private/tmp/lapack-kUD]$ cd lapack-3.4.1/
  15.  
  16. [nix-shell:/private/tmp/lapack-kUD/lapack-3.4.1]$ cmake $cmakeFlags
  17. -- The Fortran compiler identification is GNU
  18. -- Checking whether Fortran compiler has -isysroot
  19. -- Checking whether Fortran compiler has -isysroot - yes
  20. -- Checking whether Fortran compiler supports OSX deployment target flag
  21. -- Checking whether Fortran compiler supports OSX deployment target flag - yes
  22. -- Check for working Fortran compiler: /nix/store/02cxmcw530v0racgbsmnf35x975iczn5-gfortran-5.1.0/bin/gfortran
  23. -- Check for working Fortran compiler: /nix/store/02cxmcw530v0racgbsmnf35x975iczn5-gfortran-5.1.0/bin/gfortran -- works
  24. -- Detecting Fortran compiler ABI info
  25. -- Detecting Fortran compiler ABI info - done
  26. -- Checking whether /nix/store/02cxmcw530v0racgbsmnf35x975iczn5-gfortran-5.1.0/bin/gfortran supports Fortran 90
  27. -- Checking whether /nix/store/02cxmcw530v0racgbsmnf35x975iczn5-gfortran-5.1.0/bin/gfortran supports Fortran 90 -- yes
  28. -- Found PythonInterp: /nix/store/4rgb0iw2dzk4mgb6k2gfzqn81qd4rfv4-python-2.7.10/bin/python (found version "2.7.10")
  29. -- Looking for Python found - TRUE
  30. -- Using Python version 2.7.10
  31. -- Reducing RELEASE optimization level to O2
  32. -- Looking for Fortran NONE - found
  33. -- Looking for Fortran INT_CPU_TIME - found
  34. -- Looking for Fortran EXT_ETIME - not found
  35. -- Looking for Fortran EXT_ETIME_ - not found
  36. -- Looking for Fortran INT_ETIME - found
  37. -- --> Will use second_INT_ETIME.f and dsecnd_INT_ETIME.f as timing function.
  38. -- Testing default INTEGER*2 -
  39. -- Testing default INTEGER*4 - found
  40. -- Testing default REAL*4 - found
  41. -- Testing default LOGICAL*1 -
  42. -- Testing default LOGICAL*2 -
  43. -- Testing default LOGICAL*4 - found
  44. -- Testing default CHARACTER*1 - found
  45. -- FindBLAS: Searching for AMD ACML
  46. -- FindBLAS: Searching for Apple Accelerate
  47. -- FindBLAS: Searching for ACCELERATE Accelerate -
  48. -- FindBLAS: Searching for ACCELERATE Accelerate - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/Accelerate.framework
  49. -- Looking for Fortran dgemm
  50. -- Looking for Fortran dgemm - not found
  51. -- FindBLAS: Searching for ATLAS BLAS
  52. -- FindBLAS: Searching for ATLAS f77blas -
  53. -- FindBLAS: Searching for ATLAS f77blas - /nix/store/n136yqcxcskhmxq8kxdc25q227wmiing-atlas-3.10.2/lib/libf77blas.a
  54. -- FindBLAS: Searching for ATLAS atlas -
  55. -- FindBLAS: Searching for ATLAS atlas - /nix/store/n136yqcxcskhmxq8kxdc25q227wmiing-atlas-3.10.2/lib/libatlas.a
  56. -- Looking for Fortran dgemm
  57. -- Looking for Fortran dgemm - found
  58. -- FindBLAS: Searching for GotoBLAS2
  59. -- FindBLAS: Searching for GOTO goto2 -
  60. -- FindBLAS: Searching for GOTO goto2 - BLAS_GOTO_goto2_LIBRARY-NOTFOUND
  61. -- FindBLAS: Searching for IBM ESSL
  62. -- FindBLAS: Searching for ESSL essl -
  63. -- FindBLAS: Searching for ESSL essl - BLAS_ESSL_essl_LIBRARY-NOTFOUND
  64. -- FindBLAS: Searching for Intel MKL (dynamic runtime interface)
  65. -- FindBLAS: Searching for MKL_RT mkl_rt -
  66. -- FindBLAS: Searching for MKL_RT mkl_rt - BLAS_MKL_RT_mkl_rt_LIBRARY-NOTFOUND
  67. -- FindBLAS: Searching for Sun PerfLib
  68. -- FindBLAS: Searching for SUNPERF sunperf -
  69. -- FindBLAS: Searching for SUNPERF sunperf - BLAS_SUNPERF_sunperf_LIBRARY-NOTFOUND
  70. -- FindBLAS: Searching for SGI SCSL
  71. -- FindBLAS: Searching for SCSL scs -
  72. -- FindBLAS: Searching for SCSL scs - BLAS_SCSL_scs_LIBRARY-NOTFOUND
  73. -- FindBLAS: Searching for generic BLAS
  74. -- FindBLAS: Searching for GENERIC blas -
  75. -- FindBLAS: Searching for GENERIC blas - /usr/lib/libblas.dylib
  76. -- Looking for Fortran dgemm
  77. -- Looking for Fortran dgemm - found
  78. -- FindBLAS: BLAS vendors found: ATLAS;GENERIC
  79. -- FindBLAS: BLAS vendor selected: ATLAS
  80. -- Building Single Precision
  81. -- Building Double Precision
  82. -- Building Complex Precision
  83. -- Building Double Complex Precision
  84. CMake Warning (dev) at TESTING/CMakeLists.txt:13 (get_target_property):
  85. Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  86. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
  87. command to set the policy and suppress this warning.
  88.  
  89. The LOCATION property should not be read from target "xlintsts". Use the
  90. target name directly with add_custom_command, or use the generator
  91. expression $<TARGET_FILE>, as appropriate.
  92.  
  93. Call Stack (most recent call first):
  94. TESTING/CMakeLists.txt:27 (add_lapack_test)
  95. This warning is for project developers. Use -Wno-dev to suppress it.
  96.  
  97. ^C
  98.  
  99. [nix-shell:/private/tmp/lapack-kUD/lapack-3.4.1]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement