Skip to content

Commit

Permalink
del commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMVale authored Jan 23, 2025
1 parent 9056e8f commit 5f9084c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ project(
],
)

# fortran_compiler = meson.get_compiler('fortran')
c_compiler = meson.get_compiler('c')

# BLAS
Expand Down Expand Up @@ -46,8 +45,7 @@ odrpack_source = files(
odrpack_lib = static_library(
meson.project_name(),
sources: [odrpack_source, blas_source],
dependencies: [blas_dep],
# install: true
dependencies: [blas_dep]
)

incdir = include_directories('c/include')
Expand Down

0 comments on commit 5f9084c

Please sign in to comment.