You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Add compiler flags directly to the make command with diagnostics
139
139
echo "# Run make with explicit C++20 flags for GCC-11" >> docker/modified/Dockerfile.builder
140
-
echo "RUN cd /opt/biogears/core/build && CXXFLAGS='-std=gnu++20 -fconcepts' make install || true" >> docker/modified/Dockerfile.builder
140
+
echo "RUN cd /opt/biogears/core/build && CXXFLAGS='-std=gnu++20 -fconcepts -DEIGEN_RELAXED_DECL_SPEC' make install || true" >> docker/modified/Dockerfile.builder
141
141
142
142
# Add debugging commands to verify directory permissions
143
143
echo "RUN ls -la /opt/biogears/core/build/projects/biogears/generated/Release/biogears/schema/cdm || echo 'Directory does not exist yet'" >> docker/modified/Dockerfile.builder
# Add compiler flags directly to the make command with diagnostics
208
208
echo "# Run make with explicit C++20 flags for GCC-11" >> docker/modified/Dockerfile.builder
209
-
echo "RUN cd /opt/biogears/core/build && CXXFLAGS='-std=gnu++20 -fconcepts' make install || true" >> docker/modified/Dockerfile.builder
209
+
echo "RUN cd /opt/biogears/core/build && CXXFLAGS='-std=gnu++20 -fconcepts -DEIGEN_RELAXED_DECL_SPEC' make install || true" >> docker/modified/Dockerfile.builder
210
210
211
211
# Add debugging commands to verify directory permissions
212
212
echo "RUN ls -la /opt/biogears/core/build/projects/biogears/generated/Release/biogears/schema/cdm || echo 'Directory does not exist yet'" >> docker/modified/Dockerfile.builder
0 commit comments