Skip to content
Open

tfel 5.0.2 #258045

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Formula/t/tfel.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Tfel < Formula
desc "Code generation tool dedicated to material knowledge for numerical mechanics"
homepage "https://thelfer.github.io/tfel/web/index.html"
url "https://github.com/thelfer/tfel/archive/refs/tags/TFEL-5.0.1.tar.gz"
sha256 "820b2f9d54e237b2c2d9d6f06aaf7d4a1d3f34fb373e6549bee4fd8b55ecfad1"
url "https://github.com/thelfer/tfel/archive/refs/tags/TFEL-5.0.2.tar.gz"
sha256 "2d2c91d28b0164121d848b3e0b916947290eb7a93aba2d26954d6d04ccb2d3b7"
license "GPL-1.0-or-later"
revision 2
head "https://github.com/thelfer/tfel.git", branch: "master"

bottle do
Expand All @@ -21,7 +20,7 @@
depends_on "boost-python3"
depends_on "[email protected]"

def install

Check failure on line 23 in Formula/t/tfel.rb

View workflow job for this annotation

GitHub Actions / Linux arm64

`brew install --verbose --formula --build-bottle tfel` failed on Linux arm64!

[ 5%] Building CXX object src/Utilities/CMakeFiles/TFELUtilities.dir/Data.cxx.o cd /var/tmp/tfel-20251210-6585-6sv1da/tfel-TFEL-5.0.2/build/src/Utilities && /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-12 -DASTER_ARCH=64 -DCASTEM_CPPFLAGS="\"-DLINUX64 -DUNIX64 -DTHREAD\"" -DCASTEM_UNIX_TYPE=UNIX64 -DCOMPILER_CXXFLAGS="\" -DTFEL_HAVE_NORETURN_ATTRIBUTE\"" -DCOMPILER_FLAGS=\"\" -DCOMPILER_WARNINGS="\"-Wdisabled-optimization -Wno-unused-macros -Wno-weak-vtables -Wno-missing-declarations -Wno-sign-compare -Wno-covered-switch-default -Wno-covered-switch-default -Wno-switch-enum -Wsuggest-override -Wint-in-bool-context -Wregister -Wduplicated-branches -Wmisleading-indentation -Wduplicated-cond -Wnull-dereference -Wtautological-compare -Wshift-overflow -Wshift-negative-value -Wbool-compare -Wsizeof-array-argument -Wlogical-not-parentheses -Wswitch-bool -Wsequence-point -Wignored-qualifiers -Wvector-operation-performance -Wtrampolines -Wstrict-null-sentinel -Wold-style-cast -Wnoexcept -Wmissing-include-dirs -Wlogical-op -Winit-self -Wdouble-promotion -Wno-conversion -Wreorder -Wundef -Wunknown-pragmas -Wredundant-decls -Wpacked -Wno-deprecated-declarations -Wno-multichar -Wmissing-format-attribute -Wno-endif-labels -Wfloat-equal -Wreturn-type -Woverloaded-virtual -Wnon-virtual-dtor -Wctor-dtor-privacy -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wshadow -W -Wall -Wno-conversion \"" -DCYRANO_ARCH=64 -DHAVE_ABAQUS=1 -DHAVE_ANSYS=1 -DHAVE_ASTER=1 -DHAVE_CALCULIX=1 -DHAVE_CASTEM=1 -DHAVE_COMSOL=1 -DHAVE_CYRANO=1 -DHAVE_DIANAFEA=1 -DHAVE_EUROPLEXUS=1 -DHAVE_FENV -DHAVE_FORTRAN=1 -DHAVE_LSDYNA=1 -DHAVE_PYTHON=1 -DLOCAL_CASTEM_HEADER=1 -DOPTIMISATION_FLAGS0="\"-fvisibility-inlines-hidden -fvisibility=hidden -fno-fast-math -DTFEL_NO_RUNTIME_CHECK_BOUNDS -O2 -DNDEBUG \"" -DOPTIMISATION_FLAGS2="\"-ffast-math \"" -DOPTIMISATION_FLAGS="\"-ftree-vectorize -march=native \"" -DTFELUtilities_EXPORTS -DTFEL_ARCH64 -DTFEL_CMAKE_GENERATOR="\"Unix Makefiles\"" -DTFEL_GIT_HASH=\"\" -DTFEL_PYTHON_BINDINGS -DTFEL_PYTHON_INCLUDES=\"-I/home/linuxbrew/.linuxbrew/opt/[email protected]/include/python3.14\" -DTFEL_PYTHON_LIBRARY=\"python3.14\" -DTFEL_PYTHON_LIBRARY_PATH=\"/home/linuxbrew/.linuxbrew/lib\" -DTFEL_PYTHON_LIBS="\"-L/home/linuxbrew/.linuxbrew/lib -lpython3.14\"" -DVERSION=\"5.0.2\" -I/var/tmp/tfel-20251210-6585-6sv1da/tfel-TFEL-5.0.2/include -O3 -DNDEBUG -std=gnu++20 -fPIC -DLINUX64 -DUNIX64 -DTHREAD -MD -MT src/Utilities/CMakeFiles/TFELUtilities.dir/Data.cxx.o -MF CMakeFiles/TFELUtilities.dir/Data.cxx.o.d -o CMakeFiles/TFELUtilities.dir/Data.cxx.o -c /var/tmp/tfel-20251210-6585-6sv1da/tfel-TFEL-5.0.2/src/Utilities/Data.cxx In file included from /var/tmp/tfel-20251210-6585-6sv1da/tfel-TFEL-5.0.2/include/TFEL/Math/General/IEEE754.hxx:118, from /var/tmp/tfel-20251210-6585-6sv1da/tfel-TFEL-5.0.2/src/Utilities/Data.cxx:17: /var/tmp/tfel-20251210-6585-6sv1da/tfel-TFEL-5.0.2/include/TFEL/Math/General/IEEE754.ixx: In function ‘constexpr int tfel::math::ieee754::fpclassify(long double)’: /var/tmp/tfel-20251210-6585-6sv1da/tfel-TFEL-5.0.2/include/TFEL/Math/General/IEEE754.ixx:111:21: error: ‘u’ was not declared in this scope 111 | const int e = u.i.se & 0x7fff; | ^ /var/tmp/tfel-20251210-6585-6sv1da/tfel-TFEL-5.0.2/include/TFEL/Math/General/IEEE754.ixx:112:12: error: assignment of member ‘tfel::math::ieee754::fpclassify(long double)::internal_representation::se’ in read-only object 112 | i.se = 0; | ~~~~~^~~ /var/tmp/tfel-20251210-6585-6sv1da/tfel-TFEL-5.0.2/include/TFEL/Math/General/IEEE754.ixx:125:12: error: assignment of member ‘tfel::math::ieee754::fpclassify(long double)::internal_representation::se’ in read-only object 125 | i.se = 0; | ~~~~~^~~ [ 5%] Building CXX object src/System/CMakeFiles/TFELSystem.dir/basic_rstream.cxx.o cd /var/tmp/tfel-20251210-6585-6sv1da/tfel-TFEL-5.0.2/build/src/System && /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-12 -DASTER_ARCH=64 -DCASTEM_C
args = [
"-DUSE_EXTERNAL_COMPILER_FLAGS=ON",
"-Denable-reference-doc=OFF",
Expand Down
Loading