yuri@FreeBSD

Results 1164 comments of yuri@FreeBSD

I build in the FreeBSD ports framework and it sets ```CMAKE_BUILD_TYPE=Release``` by default.

cmake finds the python executable fine: ``` -- Found PythonInterp: /usr/local/bin/python3.8 (found version "3.8.12") -- Found PythonLibs: /usr/local/lib/libpython3.8.so ``` It can't find the headers. Based on docs the same command...

This is happening in the FreeBSD port.

```xdoctest -m xdoctest``` has 1 failure: ``` DOCTEST STDOUT/STDERR DOCTEST RESULT * SUCCESS: /disk-samsung/freebsd-ports/devel/py-xdoctest/work-py39/stage/usr/local/lib/python3.9/site-packages/xdoctest/docstr/docscrape_google.py::parse_google_argblock:0 ====== ====== ============ Finished doctests 118 / 127 passed === Found 1 run-time warnings === ---...

Yes, 'freebsd' should be added there.

``` $ pkg info | grep pytest py39-flaky-3.7.0 Plugin for nose or pytest that automatically reruns flaky tests py39-pytest-7.1.2,1 Simple powerful testing with Python py39-pytest-cov-2.9.0 Pytest plugin for measuring coverage...

Complete pytest invokation: ``` cd /disk-samsung/freebsd-ports/devel/py-xdoctest/work-py39/xdoctest-1.0.1 && /usr/bin/env XDG_DATA_HOME=/disk-samsung/freebsd-ports/devel/py-xdoctest/work-py39 XDG_CONFIG_HOME=/disk-samsung/freebsd-ports/devel/py-xdoctest/work-py39 XDG_CACHE_HOME=/disk-samsung/freebsd-ports/devel/py-xdoctest/work-py39/.cache HOME=/disk-samsung/freebsd-ports/devel/py-xdoctest/work-py39 PATH=/disk-samsung/freebsd-ports/devel/py-xdoctest/work-py39/.bin:/home/yuri/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/disk-samsung/freebsd-ports/devel/py-xdoctest/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong...

1.0.2 has these failures: ``` =========================================================================================== ERRORS =========================================================================================== __________________________________________________________________ ERROR at setup of TestXDoctest.test_collect_testtextfile __________________________________________________________________ file /disk-samsung/freebsd-ports/devel/py-xdoctest/work-py39/xdoctest-1.0.2/tests/test_plugin.py, line 125 def test_collect_testtextfile(self, testdir): E fixture 'testdir' not found > available fixtures:...

Tests in blasfeo also fail: ``` ===> Testing for blasfeo-0.1.3 CMake Deprecation Warning at CMakeLists.txt:36 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake....