Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
sainho93 committed Nov 2, 2018
2 parents 66098b7 + f040b50 commit 72b919c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ endif()

message( STATUS "Generating ................................... ${PROJECT_NAME} (${JPSEDITOR_VERSION}) -- ${CMAKE_BUILD_TYPE}")
if(APPLE )
set(CMAKE_INSTALL_PREFIX "/Applications")

set(CMAKE_INSTALL_PREFIX "/tmp")

endif()
message(STATUS "${PROJECT_NAME} will be installed to ${CMAKE_INSTALL_PREFIX}")

Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-cayman
5 changes: 2 additions & 3 deletions jpseditor.pro
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ RC_FILE = Resources/jpseditor.rc
#osx fix
ICON = Resources/jpseditor.icns

demos.path = /usr/local/bin/jpseditor
demos.files = examples/*

CONFIG(debug, debug|release) {
DESTDIR = build/debug
Expand All @@ -120,9 +122,6 @@ MOC_DIR = $$DESTDIR/.moc
RCC_DIR = $$DESTDIR/.qrc
UI_DIR = $$DESTDIR/.u

demos.path = /usr/local/bin/jpseditor
demos.files = examples/*

INSTALLS += demos

target.path = /usr/local/bin/jpseditor
Expand Down
2 changes: 2 additions & 0 deletions jpseditor.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
class Jpseditor < Formula
desc "A graphical user interface to create the geometry of a scenario simulated by JuPedSim"
homepage "https://www.jupedsim.org/"

head "https://github.com/JuPedSim/jpseditor.git" :branch => "develop"


depends_on "cmake" => :build
depends_on "qt"

Expand Down

0 comments on commit 72b919c

Please sign in to comment.