[Bug 2098] Review request: dolphin-emu - Gamecube / Wii / Triforce Emulator

RPM Fusion Bugzilla noreply at rpmfusion.org
Thu Apr 5 18:58:35 CEST 2012


https://bugzilla.rpmfusion.org/show_bug.cgi?id=2098

--- Comment #49 from Richard <hobbes1069 at gmail.com> 2012-04-05 18:58:35 CEST ---
Ok, maybe I'm missing something but in the main CMakeLists.txt file I see:
--- start ---
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
        find_library(CL OpenCL)
        set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS}
-Wl,-weak_framework,OpenCL")
else()
        include_directories(Externals/CLRun/include)
        add_subdirectory(Externals/CLRun)
endif()
--- end ---

This leads me to believe CLRun is only needed on OSX/Darwin unless it's
referenced  somewhere else but I did a recursive grep for it and didn't find
any other instance.

Did I miss something? One good test would be to rm -rf Externals/CLRun in %prep
and see if the build succeseeds since bundled libraries need to be removed
anyway per the guidelines.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the rpmfusion-developers mailing list