Baunsgaard commented on PR #1843:
URL: https://github.com/apache/systemds/pull/1843#issuecomment-1714193172

   > > and there it says something like:
   > 
   > yes, I actually adjusted it in CMakeLists.txt, it includes the img lib and 
the build.sh script should use CMakeList.txt to compile those binaries right ?
   > 
   > CMakeLists.txt set(HEADER_FILES imgUtils.h libmatrixdnn.h libmatrixmult.h 
systemds.h common.h) set(SOURCE_FILES imgUtils.cpp systemds_img.cpp 
libmatrixdnn.cpp libmatrixmult.cpp systemds.cpp)
   
   It should yes, but maybe there is something else going wrong. 
   Perhaps adding another block of code in the GitHub action. 
   
   ```txt
       - name: Build C++
         run: |
           cd /github/workspace/src/main/cpp
           ./build.sh
           ls lib
   ```
   
   you can add it after the checkout block.
   Maybe that gives you some indications?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to