We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
I cloned yesterday the repo, I hope it has not been fixed for now. Otherwise, this can be ignore.
the build for macOS for M1-sonomav14.3.1 is broken due to a regression. Funnily enough, the release from last year is still working.
the culprit is the --prefix flag, even with sudo privileges.
sudo ../configure 'CXXFLAGS=-std=c++17' --prefix=/opt/systemc
The above command works with 3.0.0 but with lates on main is not working
kind regards, Jorge Ventura
The text was updated successfully, but these errors were encountered:
Merge pull request accellera-official#79 from barnasc/accellera-syste…
1fc0d12
…mc-example-optional example using std::optional (note: requires C++17)
No branches or pull requests
Hi all,
I cloned yesterday the repo, I hope it has not been fixed for now. Otherwise, this can be ignore.
the build for macOS for M1-sonomav14.3.1 is broken due to a regression. Funnily enough, the release from last year is still working.
the culprit is the --prefix flag, even with sudo privileges.
sudo ../configure 'CXXFLAGS=-std=c++17' --prefix=/opt/systemc
The above command works with 3.0.0 but with lates on main is not working
kind regards,
Jorge Ventura
The text was updated successfully, but these errors were encountered: