Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Feb 28, 2024
1 parent 2fa643e commit b3e5b21
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 78 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
project(
fstats
LANGUAGES Fortran
VERSION 1.1.2
VERSION 1.1.3
)

# Get helper macros and functions
Expand All @@ -28,9 +28,6 @@ add_fortran_library(
link_library(${PROJECT_NAME} ${ferror_LIBRARY} ${ferror_INCLUDE_DIR})
link_library(${PROJECT_NAME} ${linalg_LIBRARY} ${linalg_INCLUDE_DIR})

# Installation
add_subdirectory(install)

# Testing
option(BUILD_TESTING "Build tests")
include(CTest)
Expand Down
4 changes: 2 additions & 2 deletions fpm.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name = "fstats"
version = "1.1.2"
version = "1.1.3"
license = "GPL-3.0"
author = "Jason Christopherson"
maintainer = "Jason Christopherson"
copyright = "Copyright 2022-2023, Jason Christopherson"
copyright = "Copyright 2022-2024, Jason Christopherson"
description = "A modern Fortran statistical library."
homepage = "https://github.com/jchristopherson/fstats"

Expand Down
59 changes: 0 additions & 59 deletions install/CMakeLists.txt

This file was deleted.

3 changes: 0 additions & 3 deletions install/fstatsConfig.cmake.in

This file was deleted.

10 changes: 0 additions & 10 deletions install/template.pc

This file was deleted.

0 comments on commit b3e5b21

Please sign in to comment.