File: rules

package info (click to toggle)
mujoco 2.2.2-3.2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 39,796 kB
  • sloc: ansic: 28,947; cpp: 28,897; cs: 14,241; python: 10,465; xml: 5,104; sh: 93; makefile: 34
file content (16 lines) | stat: -rwxr-xr-x 336 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@ --buildsystem cmake+ninja

override_dh_auto_configure:
	# absl mismatch. not building tests now.
	dh_auto_configure -- \
		-DBUILD_TESTING=OFF \
		-DMUJOCO_ENABLE_AVX=OFF \
		-DMUJOCO_ENABLE_AVX_INTRINSICS=OFF \
		-DUSE_SYSTEM_PACKAGE=ON \
		-DMUJOCO_SIMULATE_USE_SYSTEM_GLFW=ON

override_dh_auto_test:
	: