Skip to content

Commit

Permalink
Add branin sub-sub-package
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Nov 27, 2017
1 parent 8cbbf02 commit 6705482
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,18 @@ def run_tests(self):
packages=['libensemble',
'libensemble.gen_funcs',
'libensemble.sim_funcs',
'libensemble.sim_funcs.branin',
'libensemble.alloc_funcs'],

package_dir={'libensemble' : 'code/src',
'libensemble.gen_funcs' : 'code/examples/gen_funcs',
'libensemble.sim_funcs' : 'code/examples/sim_funcs',
'libensemble.sim_funcs.branin' : 'code/examples/sim_funcs/branin',
'libensemble.alloc_funcs' : 'code/examples/alloc_funcs',
},


package_data={'libensemble.sim_funcs.branin': ['known_minima_and_func_values']},

install_requires=['Cython>=0.22',
'mpi4py>=2.0',
'numpy',
Expand Down

0 comments on commit 6705482

Please sign in to comment.