You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/05/12 14:22:49 UTC

[GitHub] [arrow-adbc] lidavidm opened a new issue, #680: c: add CMake presets (and remove the old example presets)

lidavidm opened a new issue, #680:
URL: https://github.com/apache/arrow-adbc/issues/680

   (no comment)


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-adbc] paleolimbot commented on issue #680: c: add CMake presets (and remove the old example presets)

Posted by "paleolimbot (via GitHub)" <gi...@apache.org>.
paleolimbot commented on issue #680:
URL: https://github.com/apache/arrow-adbc/issues/680#issuecomment-1545845825

   FWIW, my `CMakeUserPresets.json` for the c directory is:
   
   ```
   {
       "version": 3,
       "cmakeMinimumRequired": {
           "major": 3,
           "minor": 21,
           "patch": 0
       },
       "configurePresets": [
           {
               "name": "user-local",
               "displayName": "(user) local build",
               "cacheVariables": {
                   "CMAKE_BUILD_TYPE": "Debug",
                   "ADBC_BUILD_TESTS": "ON",
                   "ADBC_DRIVER_POSTGRESQL": "ON"
               },
               "environment": {
                   "PKG_CONFIG_PATH": "/opt/homebrew/Cellar/libpq/15.2/lib/pkgconfig:/opt/homebrew/Cellar/openssl@3/3.0.8/lib/pkgconfig"
               }
           }
       ],
       "testPresets": [
           {
               "name": "user-test-preset",
               "description": "",
               "displayName": "(user) test preset",
               "configurePreset": "user-local",
               "environment": {
                 "CTEST_OUTPUT_ON_FAILURE": "1",
                 "ADBC_POSTGRESQL_TEST_URI": "postgresql://localhost:5432/postgres?user=postgres&password=password"
               }
           }
       ]
   }
   
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-adbc] lidavidm closed issue #680: c: add CMake presets (and remove the old example presets)

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #680: c: add CMake presets (and remove the old example presets)
URL: https://github.com/apache/arrow-adbc/issues/680


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org