Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SpiceQL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
SpiceQL
Commits
ace54b63
Unverified
Commit
ace54b63
authored
7 months ago
by
Kelvin Rodriguez
Committed by
GitHub
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Conda forge fix (#46)
* fixed bug where cks were using interval scope * added a fix for conda-forge
parent
5ffcf032
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+3
-0
3 additions, 0 deletions
CMakeLists.txt
with
3 additions
and
0 deletions
CMakeLists.txt
+
3
−
0
View file @
ace54b63
...
...
@@ -11,6 +11,9 @@ set(CMAKE_CXX_STANDARD 20)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
# to avoid complaints in conda-forge, see https://conda-forge.org/docs/maintainer/knowledge_base/#newer-c-features-with-old-sdk
set
(
CXXFLAGS,
"
${
CXXFLAGS
}
-D_LIBCPP_DISABLE_AVAILABILITY"
)
# Set up Anaconda prefix in the case with a non-default conda env is activated
if
(
EXISTS $ENV{CONDA_PREFIX}
)
message
(
"CONDA PREFIX: $ENV{CONDA_PREFIX}"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment