Searched +full:test +full:- +full:basic (Results 1 – 2 of 2) sorted by relevance
1 # ----------------------------------------------------------------------------------------3 # ----------------------------------------------------------------------------------------5 - test:stage-lint6 - test:stage-full7 - test:post8 - test:docs9 - deploy15 .test-basic:19 - web20 - merge_requests[all …]
2 -include $(CONFIG)4 -include $(COMMON)6 pkgconf-path = $(if $(wildcard $(1)/$(2).pc),$(1)/$(2).pc,$(2))10 # PETSC_ARCH - for example when using PETSc installed through Spack.14 petsc.pc := $(call pkgconf-path,$(PETSC_DIR)/$(PETSC_ARCH)/lib/pkgconfig,petsc)17 ceed.pc := $(call pkgconf-path,$(CEED_DIR)/lib/pkgconfig,ceed)19 pkgconf = $(shell pkg-config $(if $(STATIC),--static) $1 | $(SED) -e 's/^"//g' -e 's/"$$//g')23 PEDANTICFLAGS ?= -Werror -pedantic25 CC = $(call pkgconf, --variable=ccompiler $(petsc.pc) $(ceed.pc))26 CFLAGS = -std=c99 \[all …]