Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure package #622

Merged
merged 22 commits into from
Jun 10, 2024
Merged

Restructure package #622

merged 22 commits into from
Jun 10, 2024

Conversation

haraschax
Copy link
Contributor

No description provided.

@haraschax haraschax changed the title Rename some stuff Restructure package Jun 7, 2024
@haraschax haraschax merged commit 381fc3d into master Jun 10, 2024
16 checks passed
@haraschax haraschax deleted the rename_directories branch June 10, 2024 00:17
vipc_sources = [f'{visionipc_dir.abspath}/{f}' for f in vipc_files]

if arch == "larch64":
vipc_sources += [f'{visionipc_dir.abspath}/visionbuf_ion.cc']
else:
vipc_sources += [f'{visionipc_dir.abspath}/visionbuf_cl.cc']

print(f'Building Vision IPC with {vipc_sources}')
Copy link
Contributor

@adeebshihadeh adeebshihadeh Jun 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi you don't want to print in SCons files because it'll spam every time

batman:sixpilot$ scons
scons: Reading SConscript files ...
Building Vision IPC with ['/dev/shm/openpilot/sixpilot/msgq_repo/msgq/visionipc/visionipc.cc', '/dev/shm/openpilot/sixpilot/msgq_repo/msgq/visionipc/visionipc_server.cc', '/dev/shm/openpilot/sixpilot/msgq_repo/msgq/visionipc/visionipc_client.cc', '/dev/shm/openpilot/sixpilot/msgq_repo/msgq/visionipc/visionbuf.cc', '/dev/shm/openpilot/sixpilot/msgq_repo/msgq/visionipc/visionbuf_cl.cc']
Building Vision IPC with ['msgq/visionipc/visionipc.os', 'msgq/visionipc/visionipc_server.os', 'msgq/visionipc/visionipc_client.os', 'msgq/visionipc/visionbuf.os', 'msgq/visionipc/visionbuf_cl.os']
scons: done reading SConscript files.
scons: Building targets ...
scons: `.' is up to date.
scons: done building targets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants