From 9427e971737cd740fba573fbfab8c650f313e9e5 Mon Sep 17 00:00:00 2001 From: egluckthaler Date: Sun, 17 Dec 2023 22:39:07 -0600 Subject: [PATCH] update makefile --- .github/workflows/conda_build.yml | 1 - CNEFinder/Makefile | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conda_build.yml b/.github/workflows/conda_build.yml index cfce2cef..d48af33c 100644 --- a/.github/workflows/conda_build.yml +++ b/.github/workflows/conda_build.yml @@ -30,7 +30,6 @@ jobs: conda config --add channels conda-forge conda install -c conda-forge gcc_linux-64 conda install conda-build conda-verify - export CONDA_PREFIX=$(conda info --base) conda build . # This step installs conda-build and then uses it to build your Conda package. diff --git a/CNEFinder/Makefile b/CNEFinder/Makefile index 18e98b34..e3e4c253 100644 --- a/CNEFinder/Makefile +++ b/CNEFinder/Makefile @@ -1,5 +1,7 @@ MF= Makefile +CC= x86_64-conda-linux-gnu-g++ + CFLAGS= -g -fopenmp -D_USE_OMP -msse4.2 -O3 -fomit-frame-pointer -funroll-loops LFLAGS= -std=c++11 -I ./