Skip to content
Snippets Groups Projects
Commit dbd42e14 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

Build: Drop v1 build targets

Depends-On: 17442, 17445, 17447
Change-Id: I06e0de976c1e062648840f3ffa89723e81bbe577
parent 6063a2bb
No related branches found
Tags ebrains-2.0-rc3
No related merge requests found
...@@ -20,7 +20,7 @@ def configure(cfg): ...@@ -20,7 +20,7 @@ def configure(cfg):
def build(bld): def build(bld):
for hx_version in [1, 2, 3]: for hx_version in [2, 3]:
bld( bld(
target=f'pyfisch_vx_v{hx_version}', target=f'pyfisch_vx_v{hx_version}',
source='../include/fisch/vx/python_bindings.h', source='../include/fisch/vx/python_bindings.h',
......
...@@ -110,7 +110,7 @@ def build(bld): ...@@ -110,7 +110,7 @@ def build(bld):
install_path = '${PREFIX}/lib/ppu', install_path = '${PREFIX}/lib/ppu',
) )
for hx_version in [1, 2, 3]: for hx_version in [2, 3]:
bld.shlib( bld.shlib(
source = bld.path.ant_glob('src/fisch/vx/**/*.cpp'), source = bld.path.ant_glob('src/fisch/vx/**/*.cpp'),
target = f'fisch_vx_v{hx_version}', target = f'fisch_vx_v{hx_version}',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment