Giter Site home page Giter Site logo

bobmel / calculix Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 5.0 45.29 MB

CalculiX dedicated for macOS

SourcePawn 0.02% Makefile 0.44% Fortran 44.67% C++ 1.50% C 32.06% HTML 13.33% Perl 0.04% Shell 0.01% Assembly 0.08% TeX 6.89% PostScript 0.96% Objective-C 0.01%

calculix's People

Contributors

bobmel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

calculix's Issues

Compile Error

Got this error on my MAC.

Undefined symbols for architecture x86_64:
"_FrontMtx_MT_factorInpMtx", referenced from:
_factor_MT in ccx_2.15.a(spooles.o)
"_FrontMtx_MT_solve", referenced from:
_fsolve_MT in ccx_2.15.a(spooles.o)
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
make: *** [ccx_2.15] Error 1

Any suggestions? Thanks for your efforts.

Compilation error dslugm FORTRAN method on Mac M1 Monterey

I'm trying to install the current sources of Calculix on a Mac M1 Monterey
When doing sudo make I find the following a compilation error :

CalculiX_m1/CalculiX/ccx_2.15/src]$ sudo make
gcc -Wall -O3 -pthread -I ../../../SPOOLES.2.2 -DARCH="Linux" -DSPOOLES -DARPACK -DMATRIXSTORAGE -DNETWORKOUT -DUSE_MT -c compfluid.c
compfluid.c:1013:8: error: implicit declaration of function 'dslugm
' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
FORTRAN(dslugm,(nef,&b[0],&vel[4
nef],&nelt,ia,ja,aua,
^
./CalculiX.h:27:22: note: expanded from macro 'FORTRAN'
#define FORTRAN(A,B) A##
B_**_

I found that this error is due to the fact that the declaration of the function "dslugm" was missing before it is used in line 1013 in file compfluid. c . I was expecting to find then this definition on the file Calculix.h but is not the case.
@bobmel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.