Skip to content

Commit

Permalink
delete linkfortran in fujitsu
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi committed Jun 19, 2017
1 parent cee4294 commit cb02bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/fujitsu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ set(OpenMP_Fortran_FLAGS "-Kopenmp" CACHE STRING "" FORCE)
set(MPI_EXTRA_LIBRARY "-lmpi_f90 -lmpi_f77" CACHE STRING "" FORCE)

# for SSL2
set(BLAS_LIBRARIES "-SSL2 --linkfortran" CACHE STRING "" FORCE)
#set(BLAS_LIBRARIES "-SSL2 --linkfortran" CACHE STRING "" FORCE)
set(BLAS_LIBRARIES "-SSL2 " CACHE STRING "" FORCE)
set(LAPACK_LIBRARIES ${BLAS_LIBRARIES} CACHE STRING "" FORCE)

0 comments on commit cb02bbb

Please sign in to comment.