Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 825633 Details for
Bug 766294
sci-mathematics/rstudio: restore package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rstudio-2022.07.2.576-fmt.patch
rstudio-2022.07.2.576-fmt.patch (text/plain), 1.10 KB, created by
Mark Wright
on 2022-10-27 10:02:11 UTC
(
hide
)
Description:
rstudio-2022.07.2.576-fmt.patch
Filename:
MIME Type:
Creator:
Mark Wright
Created:
2022-10-27 10:02:11 UTC
Size:
1.10 KB
patch
obsolete
>--- rstudio-2022.07.2-576-orig/src/cpp/CMakeLists.txt 2022-08-31 23:09:53.000000000 +1000 >+++ rstudio-2022.07.2-576/src/cpp/CMakeLists.txt 2022-10-10 09:39:17.365921162 +1100 >@@ -566,7 +566,12 @@ > > # external libraries > add_subdirectory(ext) >-include_directories(SYSTEM "${FMT_SOURCE_DIR}/include") >+if(RSTUDIO_USE_SYSTEM_FMT) >+ find_library(FMT_LIB NAMES "fmt") >+else() >+ set(FMT_LIB "fmt::fmt") >+ include_directories(SYSTEM "${FMT_SOURCE_DIR}/include") >+endif() > > # shared library > add_subdirectory(shared_core) >--- rstudio-2022.07.2-576-orig/src/cpp/core/CMakeLists.txt 2022-08-31 23:09:53.000000000 +1000 >+++ rstudio-2022.07.2-576/src/cpp/core/CMakeLists.txt 2022-10-10 09:39:17.365921162 +1100 >@@ -319,7 +319,7 @@ > ${SOCI_LIBRARIES} > ${CORE_SYSTEM_LIBRARIES} > ${YAML_CPP_LIBRARIES} >- fmt::fmt >+ ${FMT_LIB} > ) > > # define executable (for running unit tests) >--- rstudio-2022.07.2-576-orig/src/cpp/ext/CMakeLists.txt 2022-08-31 23:09:53.000000000 +1000 >+++ rstudio-2022.07.2-576/src/cpp/ext/CMakeLists.txt 2022-10-10 09:39:17.366921124 +1100 >@@ -14,6 +14,3 @@ > # > > project (EXT) >- >-add_subdirectory(fmt) >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 766294
:
690210
|
713199
|
713457
|
825603
|
825621
|
825623
|
825625
|
825627
|
825629
|
825631
| 825633 |
825635
|
825637
|
840597