Saikari

Results 87 comments of Saikari

Looks like it builds for now. ``` ~/conan-center-index/recipes/libmem/all/test_package libmem ❯ conan create .. --name libmem --version 5.1.0 -s "keystone/*:co mpiler.cppstd=14" -s "termcap/*:compiler.cstd=17" -s "z3/*:comp iler.cppstd=20" --build=missing ======== Exporting recipe to...

@AbrilRBS any news?

@jcar87 does it look good for test run?

It looks like CI checks only for LLVM & keystone but skips libmem check. Feels bad.

> > It looks like CI checks only for LLVM & keystone but skips libmem check. Feels bad. > > `libmem` has a minimum required C++ standard of 17, but...

> @luadebug the keystone PR has been merged, feel free to rebase this branch to pick up those changes :) @AbrilRBS sure thing.

I don't know why it didn't work for win os static build, perhaps it is not good idea to test c std11 so I kept cxx std17 test only. I...

This package is available in vcpkg and xrepo already, if that helps our investigation. @jcar87

@AbrilRBS any news?

I had to increase CMake minimum version to 3.20 for https://cmake.org/cmake/help/latest/command/cmake_path.html function during conan package test, looks like LLVM requires that for shared builds... Dunno how to reproduce current Linux...