diff options
Diffstat (limited to 'sci-libs/rocSOLVER/files/rocSOLVER-4.2.0-add-stdint-header.patch')
-rw-r--r-- | sci-libs/rocSOLVER/files/rocSOLVER-4.2.0-add-stdint-header.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-libs/rocSOLVER/files/rocSOLVER-4.2.0-add-stdint-header.patch b/sci-libs/rocSOLVER/files/rocSOLVER-4.2.0-add-stdint-header.patch new file mode 100644 index 000000000000..4afff8f467ea --- /dev/null +++ b/sci-libs/rocSOLVER/files/rocSOLVER-4.2.0-add-stdint-header.patch @@ -0,0 +1,12 @@ +fix compilation error rocsolver-extra-types.h:11:9: error: unknown type name 'uint32_t' +--- a/library/include/rocsolver-extra-types.h ++++ b/library/include/rocsolver-extra-types.h +@@ -5,6 +5,8 @@ + #ifndef ROCSOLVER_EXTRAS_H_ + #define ROCSOLVER_EXTRAS_H_ + ++#include "stdint.h" ++ + /*! \brief Used to specify the logging layer mode using a bitwise combination + *of rocblas_layer_mode values. + ********************************************************************************/ |