fix bug: cannot found gfortran lib in openblas#1980
Closed
dzhwinter wants to merge 1 commit intoPaddlePaddle:developfrom
Closed
fix bug: cannot found gfortran lib in openblas#1980dzhwinter wants to merge 1 commit intoPaddlePaddle:developfrom
dzhwinter wants to merge 1 commit intoPaddlePaddle:developfrom
Conversation
Contributor
Author
|
百度内部开发机,编译openblas找不到gfortran的bug,fix |
Contributor
|
related to #1958 这里其实已经去掉gfortran了 |
Contributor
Author
|
加入向后兼容一下?同学都反映过gfortran这个问题。后续去掉gfortran就确实不需要了,类似的还有swig。依赖太多了 |
Contributor
|
@dzhwinter 好呢 |
typhoonzero
reviewed
May 3, 2017
| string(REGEX MATCHALL "[0-9]+" Fortran_VERSION ${CMAKE_Fortran_COMPILER_VERSION}) | ||
| list(GET Fortran_VERSION 0 Fortran_MAJOR) | ||
| list(GET Fortran_VERSION 1 Fortran_MINOR) | ||
| set(GCC_INCLUDE_PATH ${CMAKE_C_COMPILER}) |
Contributor
There was a problem hiding this comment.
这里不要叫GCC_INCLUDE_PATH是否好点?
fsylmxx
pushed a commit
to fsylmxx/Paddle
that referenced
this pull request
Nov 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.