Skip to content

Commit 53fde4c

Browse files
authored
Merge pull request #3844 from branfosj/20250715145011_new_pr_openbabel
remove default `separate_build_dir = True` in `openbabel.py`
2 parents 3293743 + 78dab7a commit 53fde4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

easybuild/easyblocks/o/openbabel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def extra_options():
4747
extra_vars.update({
4848
'with_python_bindings': [True, "Try to build Open Babel's Python bindings. (-DPYTHON_BINDINGS=ON)", CUSTOM],
4949
})
50-
extra_vars['separate_build_dir'][0] = True
5150
return extra_vars
5251

5352
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)