dthuerck / mapmap_cpu

A high-performance general-purpose MRF MAP solver, heavily exploiting SIMD instructions.
BSD 3-Clause "New" or "Revised" License
102 stars 51 forks source link

Building mapmap_cpu with tipi.build source scan #32

Closed daminetreg closed 2 years ago

daminetreg commented 2 years ago

Hello,

Damien from tipi.build here 😄

I just added tipi support to your project that makes it quite easy to use with tipi.build then, for example a library user can simply add the following to .tipi/deps :

{
  "dthuerck/mapmap_cpu" : {}
}

And can simply use the library without having to bother of installing any of the underlying dependencies.

I added another workflow with the tipi ci command which also runs the test. We could add a tipi.build pro subscription to the CI secrets so that you could also have manycore builds on a tipi node for the CI.

Feedback and improvements requests welcome !

Cheers,