Skip to content

Commit

Permalink
Meson -- Python interface of bllsb
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Dec 31, 2023
1 parent 9283267 commit b186464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GALAHAD.jl/src/GALAHAD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ include("wrappers/llsr.jl")
# llst requires sbls, sls, sils, uls, gls, ir.
include("wrappers/llst.jl")

# bllsb requires fdc, sls, uls, fit, roots, cro, rpd, ir.
# bllsb requires fdc, sbls, sls, sils, uls, fit, roots, cro, rpd, ir.
include("wrappers/bllsb.jl")

end # module GALAHAD
3 changes: 2 additions & 1 deletion src/bllsb/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ if build_pythoniface
'../fdc/Python/fdc_pyiface.c','../sls/Python/sls_pyiface.c',
'../fit/Python/fit_pyiface.c','../roots/Python/roots_pyiface.c',
'../cro/Python/cro_pyiface.c','../rpd/Python/rpd_pyiface.c',
'../ir/Python/ir_pyiface.c','../uls/Python/uls_pyiface.c')]]
'../ir/Python/ir_pyiface.c','../uls/Python/uls_pyiface.c',
'../sils/Python/sils_pyiface.c','../sbls/Python/sbls_pyiface.c')]]
endif

libgalahad_cutest_src += files('usebllsb.F90')
Expand Down

0 comments on commit b186464

Please sign in to comment.