Jason K. Moore

Results 1408 comments of Jason K. Moore

osx error: ``` x86_64-apple-darwin13.4.0-clang -fno-strict-overflow -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /Users/runner/Miniforge3/conda-bld/cythonbiogeme_1716985223014/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/include -fPIC -O2 -isystem /Users/runner/Miniforge3/conda-bld/cythonbiogeme_1716985223014/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -isystem /Users/runner/Miniforge3/conda-bld/cythonbiogeme_1716985223014/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/include -fdebug-prefix-map=/Users/runner/Miniforge3/conda-bld/cythonbiogeme_1716985223014/work=/usr/local/src/conda/cythonbiogeme-1.0.2 -fdebug-prefix-map=/Users/runner/Miniforge3/conda-bld/cythonbiogeme_1716985223014/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place=/usr/local/src/conda-prefix -D_FORTIFY_SOURCE=2 -isystem...

Windows error: ``` "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/cythonbiogeme/cpp -Isrc/ -IC:\bld\cythonbiogeme_1716985290432\_h_env\Lib\site-packages\numpy\core\include -IC:\bld\cythonbiogeme_1716985290432\_h_env\include -IC:\bld\cythonbiogeme_1716985290432\_h_env\Include "-IC:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows...

It seems to be building cythonbiogeme on linux correctly but the CI is in a loop and keeps rebuilding it.

This ended up being an error on linux: ``` nothing provides requested biogeme-optimization 0.0.5.* ``` not clear why it is search for 0.0.5

@FGarridoV I sent you another patch by email.

> I should also change the version of the "biogeme-optimization ==0.0.5" ? If this version of biogeme requires 0.0.5 (exactly) then you should be building biogeme-optimization 0.0.5 in this recipe....

You seem to have deleted the `setup.py.patch` you need both patches that I sent you.

This is the error on linux: ``` checking file setup.py patch unexpectedly ends in middle of line Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk...

I just tested a linux build locally with the patch files that I emailed you and the build works fine. Are you modifying the patch files or using the wrong...