-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4552820
commit 4f4b7cb
Showing
16 changed files
with
73 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,9 @@ | ||
|
||
add_library(slatec SHARED "aaaaaa.f90" ) | ||
file(GLOB_RECURSE srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} CONFIGURE_DEPENDS ./*.f90 ) | ||
|
||
add_subdirectory( approximation ) | ||
target_link_libraries(slatec approximation ) | ||
set( CMAKE_Fortran_MODULE_DIRECTORY ${CMAKE_BINARY_DIR}/modules ) | ||
|
||
add_subdirectory( data_handling ) | ||
target_link_libraries(slatec data_handling ) | ||
add_library(slatec SHARED ${srcs} ) | ||
|
||
add_subdirectory( diff_integ ) | ||
target_link_libraries(slatec diff_integ ) | ||
|
||
add_subdirectory( diff_integ_eq ) | ||
target_link_libraries(slatec diff_integ_eq ) | ||
|
||
add_subdirectory( integ_trans ) | ||
target_link_libraries(slatec integ_trans ) | ||
|
||
add_subdirectory( interpolation ) | ||
target_link_libraries(slatec interpolation ) | ||
|
||
add_subdirectory( linear ) | ||
target_link_libraries(slatec linear ) | ||
|
||
add_subdirectory( nonlin_eq ) | ||
target_link_libraries(slatec nonlin_eq ) | ||
|
||
add_subdirectory( service ) | ||
target_link_libraries(slatec service ) | ||
|
||
add_subdirectory( special_functions ) | ||
target_link_libraries(slatec special_functions ) | ||
|
||
add_subdirectory( optimization ) | ||
target_link_libraries(slatec optimization ) | ||
|
||
install(TARGETS slatec LIBRARY DESTINATION lib RUNTIME DESTINATION bin) | ||
install(TARGETS slatec LIBRARY DESTINATION lib RUNTIME DESTINATION bin) | ||
install(DIRECTORY ${CMAKE_BINARY_DIR}/modules DESTINATION include PATTERN "*_genmod*" EXCLUDE ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.