Skip to content

Instantly share code, notes, and snippets.

View sbarthelemy's full-sized avatar

Sébastien BARTHÉLÉMY sbarthelemy

View GitHub Profile
$ PACKER_LOG=1 packer build -force test.json
2019/11/01 11:57:35 [INFO] Packer version: 1.4.4
2019/11/01 11:57:35 Packer Target OS/Arch: linux amd64
2019/11/01 11:57:35 Built with Go Version: go1.13
2019/11/01 11:57:35 Detected home directory from env var: /home/sbarthelemy
2019/11/01 11:57:35 Using internal plugin for vmware-iso
2019/11/01 11:57:35 Using internal plugin for file
2019/11/01 11:57:35 Using internal plugin for oracle-classic
2019/11/01 11:57:35 Using internal plugin for osc-bsuvolume
2019/11/01 11:57:35 Using internal plugin for osc-chroot
@sbarthelemy
sbarthelemy / CMakeLists.txt
Created November 22, 2012 11:39
a prototype for metapod using boost::fusion
cmake_minimum_required(VERSION 2.8)
project(mp-fusion)
find_package(qibuild)
qi_create_bin(mpfusion "fus.cpp")
qi_use_lib(mpfusion eigen3 metapod boost)
.PHONY:test
test:_almath.so
python test.py
alposition2d.cpp.o:alposition2d.cpp
g++ -Dalmath_EXPORTS -g -fPIC -I. -c -o $@ $<
libalmath.so:alposition2d.cpp.o alposition2d.h
g++ -fPIC -g -shared -Wl,-soname,$@ -o $@ $<
almathPYTHON_wrap.cxx:almath.i
@sbarthelemy
sbarthelemy / testpov.dae
Created October 13, 2010 12:35
osg-povray tests
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset>
<created>2010-10-09T17:00:00</created>
<modified>2010-10-09T17:00:00</modified>
<unit meter="1" name="meter"/>
</asset>
<library_materials>
<material id="Red">
<instance_effect url="#Red-fx"/>
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset>
<created>2005-06-27T21:00:00Z</created>
<modified>2005-06-27T21:00:00Z</modified>
<unit meter="1" name="meter"/>
<up_axis>Y_UP</up_axis>
</asset>
<library_materials>
<material id="Red">