Skip to content

Commit

Permalink
Updated exprtk and fixed some deprecation warnings from meson
Browse files Browse the repository at this point in the history
  • Loading branch information
subhacom committed Nov 9, 2024
1 parent 38fc00f commit bf294b8
Show file tree
Hide file tree
Showing 4 changed files with 9,116 additions and 4,190 deletions.
2 changes: 1 addition & 1 deletion biophysics/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ biophysics_src = ['IntFire.cpp',
'MarkovOdeSolver.cpp',
'testBiophysics.cpp']

biophysics_lib = static_library('biophysics', biophysics_src, dependencies: gsl_dep, include_directories: gsl_dep.get_pkgconfig_variable('includedir'))
biophysics_lib = static_library('biophysics', biophysics_src, dependencies: gsl_dep, include_directories: gsl_dep.get_variable(pkgconfig:'includedir'))
Loading

0 comments on commit bf294b8

Please sign in to comment.