import os

Import('env_etc')
SConscript('benchmarks/SConscript')

if (not env_etc.no_boost_python):
  Import("env_scitbx_boost_python_ext")
  env = env_scitbx_boost_python_ext.Clone()
  env_etc.enable_fast_linalg(env)
  env.SharedLibrary(
    target="#lib/scitbx_lstbx_normal_equations_ext",
    source=Glob("boost_python/*.cpp"))
