René's URL Explorer Experiment


Title: cmake failure · Issue #71 · ndarray/Boost.NumPy · GitHub

Open Graph Title: cmake failure · Issue #71 · ndarray/Boost.NumPy

X Title: cmake failure · Issue #71 · ndarray/Boost.NumPy

Description: I normally us scons, now trying cmake. I'm not familiar with cmake. Usually use: python3 ~/scons/bootstrap.py --config=force --debug=stacktrace --with-boost-include=$(pwd)/../include --with-boost-lib=$(pwd)/../lib --with-eigen-include=/u...

Open Graph Description: I normally us scons, now trying cmake. I'm not familiar with cmake. Usually use: python3 ~/scons/bootstrap.py --config=force --debug=stacktrace --with-boost-include=$(pwd)/../include --with-boost-l...

X Description: I normally us scons, now trying cmake. I'm not familiar with cmake. Usually use: python3 ~/scons/bootstrap.py --config=force --debug=stacktrace --with-boost-include=$(pwd)/../include --with-boo...

Opengraph URL: https://github.com/ndarray/Boost.NumPy/issues/71

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"cmake failure","articleBody":"I normally us scons, now trying cmake.  I'm not familiar with cmake.\r\n\r\nUsually use:\r\npython3 ~/scons/bootstrap.py --config=force --debug=stacktrace --with-boost-include=$(pwd)/../include --with-boost-lib=$(pwd)/../lib --with-eigen-include=/usr/include/eigen3  --prefix=$(pwd)/../.local install CCFLAGS='-g -O3 -march=native' --boost-python-lib=boost_python3\r\n\r\nNow to convert to cmake, I have\r\nAt least these 2 problems:\r\n1. wrong python include! (2.7, should be 3.5)\r\n2. wrong eigen include path\r\n\r\nI started with:\r\n cmake -DNDARRAY_SWIG=OFF -DPYTHON_EXECUTABLE=/usr/bin/python3 ..\r\n-- Boost version: 1.60.0\r\n-- Found the following Boost libraries:\r\n--   unit_test_framework\r\n-- Configuring done\r\n-- Generating done\r\n-- Build files have been written to: /home/nbecker/ndarray.new.test/build\r\n\r\n[nbecker@nbecker2 build]$ make VERBOSE=1\r\n/usr/bin/cmake -H/home/nbecker/ndarray.new.test -B/home/nbecker/ndarray.new.test/build --check-build-system CMakeFiles/Makefile.cmake 0\r\n/usr/bin/cmake -E cmake_progress_start /home/nbecker/ndarray.new.test/build/CMakeFiles /home/nbecker/ndarray.new.test/build/CMakeFiles/progress.marks\r\nmake -f CMakeFiles/Makefile2 all\r\nmake[1]: Entering directory '/home/nbecker/ndarray.new.test/build'\r\nmake -f include/CMakeFiles/preprocess_includes.dir/build.make include/CMakeFiles/preprocess_includes.dir/depend\r\nmake[2]: Entering directory '/home/nbecker/ndarray.new.test/build'\r\ncd /home/nbecker/ndarray.new.test/build \u0026\u0026 /usr/bin/cmake -E cmake_depends \"Unix Makefiles\" /home/nbecker/ndarray.new.test /home/nbecker/ndarray.new.test/include /home/nbecker/ndarray.new.test/build /home/nbecker/ndarray.new.test/build/include /home/nbecker/ndarray.new.test/build/include/CMakeFiles/preprocess_includes.dir/DependInfo.cmake --color=\r\nmake[2]: Leaving directory '/home/nbecker/ndarray.new.test/build'\r\nmake -f include/CMakeFiles/preprocess_includes.dir/build.make include/CMakeFiles/preprocess_includes.dir/build\r\nmake[2]: Entering directory '/home/nbecker/ndarray.new.test/build'\r\nmake[2]: Nothing to be done for 'include/CMakeFiles/preprocess_includes.dir/build'.\r\nmake[2]: Leaving directory '/home/nbecker/ndarray.new.test/build'\r\n[ 38%] Built target preprocess_includes\r\nmake -f tests/CMakeFiles/ndarray-eigen.dir/build.make tests/CMakeFiles/ndarray-eigen.dir/depend\r\nmake[2]: Entering directory '/home/nbecker/ndarray.new.test/build'\r\ncd /home/nbecker/ndarray.new.test/build \u0026\u0026 /usr/bin/cmake -E cmake_depends \"Unix Makefiles\" /home/nbecker/ndarray.new.test /home/nbecker/ndarray.new.test/tests /home/nbecker/ndarray.new.test/build /home/nbecker/ndarray.new.test/build/tests /home/nbecker/ndarray.new.test/build/tests/CMakeFiles/ndarray-eigen.dir/DependInfo.cmake --color=\r\nmake[2]: Leaving directory '/home/nbecker/ndarray.new.test/build'\r\nmake -f tests/CMakeFiles/ndarray-eigen.dir/build.make tests/CMakeFiles/ndarray-eigen.dir/build\r\nmake[2]: Entering directory '/home/nbecker/ndarray.new.test/build'\r\n[ 46%] Building CXX object tests/CMakeFiles/ndarray-eigen.dir/ndarray-eigen.cc.o\r\ncd /home/nbecker/ndarray.new.test/build/tests \u0026\u0026 /usr/lib64/ccache/c++    -I/home/nbecker/ndarray.new.test/include -I/usr/include/python2.7 -I/home/nbecker/.local/lib/python3.5/site-packages/numpy/core/include -I/usr/include/eigen3/include  -std=c++11 -o CMakeFiles/ndarray-eigen.dir/ndarray-eigen.cc.o -c /home/nbecker/ndarray.new.test/tests/ndarray-eigen.cc\r\nIn file included from /home/nbecker/ndarray.new.test/tests/ndarray-eigen.cc:11:0:\r\n/home/nbecker/ndarray.new.test/include/ndarray/eigen.h:26:22: fatal error: Eigen/Core: No such file or directory\r\n #include \"Eigen/Core\"\r\n                      ^\r\ncompilation terminated.\r\ntests/CMakeFiles/ndarray-eigen.dir/build.make:62: recipe for target 'tests/CMakeFiles/ndarray-eigen.dir/ndarray-eigen.cc.o' failed\r\nmake[2]: *** [tests/CMakeFiles/ndarray-eigen.dir/ndarray-eigen.cc.o] Error 1\r\nmake[2]: Leaving directory '/home/nbecker/ndarray.new.test/build'\r\nCMakeFiles/Makefile2:146: recipe for target 'tests/CMakeFiles/ndarray-eigen.dir/all' failed\r\nmake[1]: *** [tests/CMakeFiles/ndarray-eigen.dir/all] Error 2\r\nmake[1]: Leaving directory '/home/nbecker/ndarray.new.test/build'\r\nMakefile:138: recipe for target 'all' failed\r\nmake: *** [all] Error 2\r\n[nbecker@nbecker2 build]$ ","author":{"url":"https://github.com/nbecker","@type":"Person","name":"nbecker"},"datePublished":"2016-12-01T19:18:29.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/71/Boost.NumPy/issues/71"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:39a93676-041e-4372-8a5d-90366de46c94
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE104:26EFB9:2175BB5:2CCDD9D:69705CD3
html-safe-nonce954ec71874f437fb2e9542f12b735de8c37d8e7e15a6f167a0932e637cfad23d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMTA0OjI2RUZCOToyMTc1QkI1OjJDQ0REOUQ6Njk3MDVDRDMiLCJ2aXNpdG9yX2lkIjoiMzEzMDg2MTQ4MjMxNTg0OTc5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac4c26c9a1c8ae4cc6908179ea4fe0a62d7708d568a1457c3723a63e7d79f0df6f
hovercard-subject-tagissue:192936902
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/ndarray/Boost.NumPy/71/issue_layout
twitter:imagehttps://opengraph.githubassets.com/1c973c625664817cce3014921554c6fbfb83c6e4cbb6de605b0b1ae120e32b4b/ndarray/Boost.NumPy/issues/71
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/1c973c625664817cce3014921554c6fbfb83c6e4cbb6de605b0b1ae120e32b4b/ndarray/Boost.NumPy/issues/71
og:image:altI normally us scons, now trying cmake. I'm not familiar with cmake. Usually use: python3 ~/scons/bootstrap.py --config=force --debug=stacktrace --with-boost-include=$(pwd)/../include --with-boost-l...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamenbecker
hostnamegithub.com
expected-hostnamegithub.com
None9920a62ba22d06470388e2904804fb7e5ec51c9e35f81784e9191394c74b2bd2
turbo-cache-controlno-preview
go-importgithub.com/ndarray/Boost.NumPy git https://github.com/ndarray/Boost.NumPy.git
octolytics-dimension-user_id1451802
octolytics-dimension-user_loginndarray
octolytics-dimension-repository_id3588766
octolytics-dimension-repository_nwondarray/Boost.NumPy
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id3588766
octolytics-dimension-repository_network_root_nwondarray/Boost.NumPy
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7d6181066430cc06553c8396ca201e194ae33cb9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/issues/71#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fndarray%2FBoost.NumPy%2Fissues%2F71
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fndarray%2FBoost.NumPy%2Fissues%2F71
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=ndarray%2FBoost.NumPy
Reloadhttps://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/issues/71
Reloadhttps://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/issues/71
Reloadhttps://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/issues/71
ndarray https://patch-diff.githubusercontent.com/ndarray
Boost.NumPyhttps://patch-diff.githubusercontent.com/ndarray/Boost.NumPy
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fndarray%2FBoost.NumPy
Fork 71 https://patch-diff.githubusercontent.com/login?return_to=%2Fndarray%2FBoost.NumPy
Star 150 https://patch-diff.githubusercontent.com/login?return_to=%2Fndarray%2FBoost.NumPy
Code https://patch-diff.githubusercontent.com/ndarray/Boost.NumPy
Issues 19 https://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/issues
Pull requests 1 https://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/pulls
Actions https://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/actions
Projects 0 https://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/projects
Wiki https://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/security
Please reload this pagehttps://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/issues/71
Insights https://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/pulse
Code https://patch-diff.githubusercontent.com/ndarray/Boost.NumPy
Issues https://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/issues
Pull requests https://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/pulls
Actions https://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/actions
Projects https://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/projects
Wiki https://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/wiki
Security https://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/security
Insights https://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/ndarray/Boost.NumPy/issues/71
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/ndarray/Boost.NumPy/issues/71
cmake failurehttps://patch-diff.githubusercontent.com/ndarray/Boost.NumPy/issues/71#top
https://github.com/nbecker
https://github.com/nbecker
nbeckerhttps://github.com/nbecker
on Dec 1, 2016https://github.com/ndarray/Boost.NumPy/issues/71#issue-192936902
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.