OtacilioNeto

Results 16 comments of OtacilioNeto

There is a flag on FreeBSD ports that claims add a support to "multiple CPU type". I'm disabling this flag and rebuilding to test. Maybe this is disabling optimizations.

The only library created are: -rw-r--r-- 1 root wheel 68136560 3 fev 14:33 work/OpenBLAS-0.2.19/libopenblasp-r0.2.19.a -rwxr-xr-x 1 root wheel 39170016 3 fev 14:35 work/OpenBLAS-0.2.19/libopenblasp-r0.2.19.so lrwxr-xr-x 1 root wheel 22 3 fev...

Here is the config.h #define OS_FREEBSD 1 #define ARCH_X86_64 1 #define C_GCC 1 #define __64BIT__ 1 #define PTHREAD_CREATE_FUNC pthread_create #define BUNDERSCORE _ #define NEEDBUNDERSCORE 1 #define SANDYBRIDGE #define L2_SIZE 262144...

Makefile.rule [Makefile.rule.txt](https://github.com/xianyi/OpenBLAS/files/751436/Makefile.rule.txt)

Same problem here using Ubuntu 22.04 ``` OS: Ubuntu 22.04.2 LTS (ubuntu:GNOME/ubuntu) Word size of FreeCAD: 64-bit Version: 0.21.0.32532 (Git) AppImage Build type: Release Branch: master Hash: 20e44eba50e1365b9e7bb9c5c244afe96a627a28 Python 3.10.10,...

> I was able to solve the issue by merging the following patch proposed by @chennes > > [befe8ec](https://github.com/QuentinTournier40/AnimationFreeCAD/commit/befe8ec593067094700ba55e2dc01ed211861737) Fix for me also!