Skip to content

Commit

Permalink
add blas_interfaces.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMVale committed Aug 3, 2024
1 parent 6510415 commit 2cbab81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions c/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ openblas = dependency('openblas', required: true)
# Sources
srcs = files(
'../src/linpack.f',
'../src/blas_interfaces.f90',
'../src/odrpack_kinds.F90',
'../src/odrpack_core.f90',
'../src/odrpack.f90',
Expand Down
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ odrpack_lic = files(
# Sources
srcs = files(
'src/linpack.f',
'src/blas_interfaces.f90',
'src/odrpack_kinds.F90',
'src/odrpack_core.f90',
'src/odrpack.f90',
Expand Down

0 comments on commit 2cbab81

Please sign in to comment.