Skip to content

Compiling Rosetta w/ Tensorflow - SmartFixbbSimAnnealer error #106

Closed Answered by roccomoretti
amduffy asked this question in Build & Install
Discussion options

You must be logged in to vote

It may be an issue with transitive includes in the standard library -- that is, for other compilers and other conditions std::array gets brought in from the existing includes, but for the compiler you're using that's not the case and we would need to be more explicit.

Try adding the line #include <array> to the top of src/core/pack/annealer/SmartFixbbSimAnnealer.cc -- around line 44, right after the #include <unordered_map> line would likely work.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@amduffy
Comment options

@roccomoretti
Comment options

Answer selected by amduffy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants