Skip to content

Commit

Permalink
Merge pull request #19 from jchristopherson/v1.7.4
Browse files Browse the repository at this point in the history
V1.7.4
  • Loading branch information
jchristopherson authored Jan 23, 2024
2 parents 78471d4 + 883a934 commit 72c60fc
Show file tree
Hide file tree
Showing 315 changed files with 45,006 additions and 16,617 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
project(
linalg
LANGUAGES Fortran C
VERSION 1.7.3
VERSION 1.7.4
)

# Get helper macros and functions
Expand Down
7 changes: 0 additions & 7 deletions dependencies/BLAS/CMakeLists.txt

This file was deleted.

6 changes: 0 additions & 6 deletions dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
include("${PROJECT_SOURCE_DIR}/cmake/helper.cmake")
include(FetchContent)

# Get BLAS
add_subdirectory(BLAS)

# Get LAPACK
add_subdirectory(LAPACK)

# Get FERROR
add_subdirectory(ferror)
set(ferror_LIBRARY ${ferror_LIBRARY} PARENT_SCOPE)
Expand Down
27 changes: 0 additions & 27 deletions dependencies/LAPACK/CMakeLists.txt

This file was deleted.

290 changes: 205 additions & 85 deletions docs/Doxyfile

Large diffs are not rendered by default.

Loading

0 comments on commit 72c60fc

Please sign in to comment.